{ "name": "bandbot", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "nodemon index.js" }, "author": "", "license": "ISC", "dependencies": { "@discordjs/builders": "^0.12.0", "@discordjs/rest": "^0.3.0", "discord.js": "^13.6.0", "dotenv": "^16.0.0", "mysql2": "^2.3.3", "nodemon": "^2.0.15" } }