minecraft-multibot/package.json

20 lines
394 B
JSON

{
"name": "test-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"mineflayer": "^4.7.0",
"mineflayer-pathfinder": "^2.4.2",
"prismarine-viewer": "^1.23.0",
"vec3": "^0.1.7",
"ws": "^8.12.0"
}
}