{ "name": "aethex-unified-bot", "version": "2.0.0", "description": "AeThex Unified Bot - Community features + Sentinel security", "main": "bot.js", "type": "commonjs", "scripts": { "start": "node bot.js", "dev": "nodemon bot.js", "register-commands": "node scripts/register-commands.js" }, "dependencies": { "@supabase/supabase-js": "^2.38.0", "axios": "^1.6.0", "discord.js": "^14.13.0", "dotenv": "^16.3.1" }, "devDependencies": { "nodemon": "^3.0.1" }, "engines": { "node": ">=20.0.0" } }