{ "name": "discordbot", "version": "1.0.0", "description": "", "type": "module", "main": "index.js", "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "discord.js": "^14.26.4", "dotenv": "^17.4.2" } }