48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"discord",
|
|
"bot",
|
|
"aethex",
|
|
"role-management",
|
|
"sentinel",
|
|
"security",
|
|
"discord.js"
|
|
],
|
|
"author": "AeThex Team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@discord-player/extractor": "^7.1.0",
|
|
"@discord/embedded-app-sdk": "^2.4.0",
|
|
"@supabase/supabase-js": "^2.38.0",
|
|
"axios": "^1.6.0",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"discord-player": "^7.1.0",
|
|
"discord.js": "^14.13.0",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"express-session": "^1.17.3",
|
|
"kazagumo": "^3.4.0",
|
|
"mediaplex": "^1.0.0",
|
|
"shoukaku": "^4.2.0",
|
|
"sodium-native": "^5.0.10",
|
|
"stripe": "^14.0.0",
|
|
"ws": "^8.18.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
}
|