Files
illegitimate-bot/package.json
2023-04-06 21:49:42 +02:00

22 lines
496 B
JSON

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