{ "name": "illegitimate-bot", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "nodemon", "dev:build": "node scripts/dev-deploy.js", "prod:build:global": "node scripts/deploy-commands.js --prod", "prod:build:user": "node scripts/deploy-commands.js --dev" }, "author": "Taken", "license": "ISC", "dependencies": { "axios": "^1.3.4", "discord.js": "^14.8.0", "dotenv": "^16.0.3", "log-beautify": "^1.2.0", "mongoose": "^7.0.1" } }