Files
illegitimate-bot/package.json
2023-03-17 10:45:07 +01:00

20 lines
425 B
JSON

{
"name": "illegitimate-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rebuild": "node deploy-commands.js"
},
"author": "Taken",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"discord.js": "^14.7.1",
"mineflayer": "^4.8.1",
"mongoose": "^7.0.1",
"prismarine-viewer": "^1.24.0"
}
}