mc-bot-town/nodejs/package.json
2024-10-11 09:46:18 -04:00

35 lines
831 B
JSON

{
"name": "mc-cj-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wmantly/mc-cj-bot.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/wmantly/mc-cj-bot/issues"
},
"homepage": "https://github.com/wmantly/mc-cj-bot#readme",
"dependencies": {
"@google/generative-ai": "^0.17.1",
"axios": "^1.7.7",
"dotenv": "^16.0.1",
"extend": "^3.0.2",
"minecraft-data": "^3.69.0",
"mineflayer": "^4.0.0",
"mineflayer-pathfinder": "^2.4.5",
"mineflayer-web-inventory": "^1.3.0",
"moment": "^2.29.3",
"prismarine-windows": "^2.9.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}