{ "name": "discord-bot-manager", "version": "1.0.0", "licence": "MIT", "description": "A Node.js project to manage multiple Discord bot instances.", "main": "index.js", "scripts": { "start": "node index.js" }, "dependencies": { "axios": "^1.6.2", "body-parser": "^1.19.0", "discord.js": "^14.14.1", "dotenv": "^16.3.1", "express": "^4.17.1" } }