aethex-forge/discord-bot/package.json
Builder.io 68a5159171 completionId: cgen-5a576d0bf17c4021825462c96c9b817f
cgen-5a576d0bf17c4021825462c96c9b817f
2025-11-08 20:51:09 +00:00

33 lines
717 B
JSON

{
"name": "aethex-discord-bot",
"version": "1.0.0",
"description": "AeThex Discord Bot - Account linking, role management, and realm selection",
"main": "bot.js",
"type": "commonjs",
"scripts": {
"start": "node bot.js",
"dev": "nodemon bot.js",
"register-commands": "node scripts/register-commands.js"
},
"keywords": [
"discord",
"bot",
"aethex",
"role-management",
"discord.js"
],
"author": "AeThex Team",
"license": "MIT",
"dependencies": {
"discord.js": "^14.13.0",
"@supabase/supabase-js": "^2.38.0",
"dotenv": "^16.3.1",
"axios": "^1.6.0"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"engines": {
"node": ">=18.0.0"
}
}