mc-bot-town-2/nodejs/package.json
2023-07-25 10:57:01 -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": {
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"extend": "^3.0.2",
"minecraft-data": "^3.40.0",
"mineflayer": "^4.10.1",
"mineflayer-auto-eat": "^3.3.6",
"mineflayer-pathfinder": "^2.4.4",
"mineflayer-web-inventory": "^1.8.4",
"moment": "^2.29.3",
"prismarine-windows": "^2.6.1"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}