node-brigadier-commands/package.json

18 lines
375 B
JSON

{
"name": "brigadier-commands",
"version": "1.0.0",
"description": "A port of the java brigadier library to node.js",
"main": "lib",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"mocha": "^10.1.0",
"standard": "^17.0.0"
}
}