36 lines
819 B
JSON
36 lines
819 B
JSON
|
{
|
||
|
"name": "prismarine-biome",
|
||
|
"version": "1.3.0",
|
||
|
"description": "Represent a minecraft biome with its associated data",
|
||
|
"main": "index.js",
|
||
|
"typings": "index.d.ts",
|
||
|
"scripts": {
|
||
|
"test": "npm run lint",
|
||
|
"fix": "standard --fix",
|
||
|
"lint": "standard"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/PrismarineJS/prismarine-biome.git"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"minecraft-data": "^3.0.0",
|
||
|
"prismarine-registry": "^1.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"minecraft-data": "^3.0.0",
|
||
|
"standard": "^16.0.1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"biome",
|
||
|
"minecraft",
|
||
|
"prismarine"
|
||
|
],
|
||
|
"author": "Romain Beaumont <romain.rom1@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/PrismarineJS/prismarine-biome/issues"
|
||
|
},
|
||
|
"dependencies": {}
|
||
|
}
|