Files
node-minecraft-data/package.json
T
2018-09-24 21:47:06 +02:00

33 lines
759 B
JSON

{
"name": "minecraft-data",
"version": "2.29.0",
"description": "Provide easy access to minecraft data in node.js",
"main": "index.js",
"tonicExampleFilename": "example.js",
"scripts": {
"test": "npm run lint",
"lint": "standard",
"prepublish": "require-self && ./bin/generate_data.js"
},
"repository": {
"type": "git",
"url": "git@github.com:PrismarineJS/node-minecraft-data.git"
},
"keywords": [
"minecraft",
"data",
"node.js"
],
"author": "Romain Beaumont <romain.rom1@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrismarineJS/node-minecraft-data/issues"
},
"devDependencies": {
"require-self": "^0.1.0"
},
"dependencies": {
"standard": "^11.0.1"
}
}