mirror of
https://github.com/barkeser2002/node-minecraft-data.git
synced 2026-09-25 08:29:54 +03:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "minecraft-data",
|
|
"version": "2.51.0",
|
|
"description": "Provide easy access to minecraft data in node.js",
|
|
"main": "index.js",
|
|
"tonicExampleFilename": "example.js",
|
|
"scripts": {
|
|
"test": "require-self && ./bin/generate_data.js && npm run lint && tsc typings/test-typings.ts && node typings/test-typings.js && mocha",
|
|
"lint": "standard",
|
|
"prepublish": "require-self && ./bin/generate_data.js && node typings/generate-typings.js",
|
|
"fix": "standard --fix"
|
|
},
|
|
"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": {
|
|
"@types/node": "^12.7.2",
|
|
"json-schema-to-typescript": "^5.5.0",
|
|
"mocha": "^7.1.2",
|
|
"require-self": "^0.1.0",
|
|
"standard": "^14.0.0",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"dependencies": {}
|
|
}
|