28 lines
711 B
JSON
28 lines
711 B
JSON
{
|
|
"name": "compass-bot",
|
|
"description": "Create minecraft bot swarms and control them easily.",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/szdytom/compass-bot.git"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"compass-utils": "file:utils",
|
|
"debug": "^4.3.4",
|
|
"mineflayer": "^4.14.0",
|
|
"mineflayer-control": "file:plugin/control",
|
|
"mineflayer-event-promise": "file:plugin/event-promise",
|
|
"mineflayer-fly-control": "file:plugin/fly-control",
|
|
"enhanced-vec3": "file:enhanced-vec3",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^8.0.0"
|
|
}
|
|
}
|