botv12/package.json

19 lines
448 B
JSON

{
"name": "botv12",
"version": "12.0.0-alpha.1",
"description": "Minecraft bot for the Kaboom server",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://chipmunk.land/7cc5c4f330d47060/botv12.git"
},
"author": "7cc5c4f330d47060",
"license": "MIT",
"dependencies": {
"minecraft-protocol": "^1.49.0"
}
}