bevy-cli/package.json
2024-11-05 01:41:38 -06:00

20 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"
}
}