21 lines
408 B
JSON
21 lines
408 B
JSON
|
{
|
||
|
"name": "bevy-cli",
|
||
|
"version": "1.0.0",
|
||
|
"main": "src/index.js",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"start": "node src/index.js",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"description": "",
|
||
|
"dependencies": {
|
||
|
"mini-hamt": "^1.0.3",
|
||
|
"minimist": "^1.2.8",
|
||
|
"rambda": "^9.3.0",
|
||
|
"smol-toml": "^1.3.0"
|
||
|
}
|
||
|
}
|