{ "name": "anti-spam-bot", "version": "1.0.0", "description": "Discord bot that detects phishing spam and bans offenders", "main": "src/index.js", "type": "module", "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", "deploy-commands": "node scripts/deploy-commands.js" }, "engines": { "node": ">=18" }, "dependencies": { "discord.js": "^14.19.3", "dotenv": "^16.5.0" } }