Spaces:
Paused
Paused
File size: 501 Bytes
1146d64 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"name": "sayed-bot-team",
"version": "16.0.0",
"private": true,
"scripts": {
"start": "node bot-team.js",
"dev": "node bot-team.js"
},
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.18.2",
"minecraft-data": "^3.81.0",
"minecraft-protocol": "^1.47.0",
"mineflayer": "^4.37.1",
"mineflayer-pathfinder": "^2.4.5"
},
"optionalDependencies": {
"@sparticuz/chromium": "^123.0.1",
"puppeteer": "^22.6.5",
"puppeteer-core": "^22.6.5"
}
}
|