AeThex-Bot-Master/aethex-bot/package.json
sirpiglr b178664f99 Make Supabase features optional and integrate new security systems
Updates bot.js to make Supabase integration optional, adds Sentinel security listeners, and modifies several commands to handle missing Supabase configurations gracefully. Also updates package.json and replit.md for new dependencies and features.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: 0d645005-4840-49ef-9446-2c62d2bb7eed
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/Wmps8l5
Replit-Helium-Checkpoint-Created: true
2025-12-07 23:41:11 +00:00

36 lines
777 B
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/embedded-app-sdk": "^2.4.0",
"@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"
}
}