20 lines
451 B
JSON
20 lines
451 B
JSON
{
|
|
"name": "mc_autobot",
|
|
"version": "1.0.0",
|
|
"description": "Minecraft bot for SibMC",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "nuark",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minecraft-data": "^2.110.0",
|
|
"mineflayer": "^3.15.0",
|
|
"mineflayer-pathfinder": "^1.9.1",
|
|
"vec3": "^0.1.7"
|
|
}
|
|
}
|