29 lines
685 B
JSON
29 lines
685 B
JSON
{
|
|
"name": "pepa-pi-bot",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "An autonomous, self-extending Minecraft player powered by Pi and Mineflayer.",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"scripts": {
|
|
"agent": "pi",
|
|
"agent:resume": "pi -c"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.4.5",
|
|
"mineflayer": "^4.37.1",
|
|
"mineflayer-pathfinder": "^2.4.5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/xmatic-squad/pepa-pi-bot.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/xmatic-squad/pepa-pi-bot/issues"
|
|
},
|
|
"homepage": "https://github.com/xmatic-squad/pepa-pi-bot#readme"
|
|
}
|