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