mirror of
https://github.com/ChipmunkMC/node-brigadier-commands.git
synced 2024-11-14 11:04:55 -05:00
18 lines
375 B
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"
|
|
}
|
|
}
|