AeThex-Bot-Master/aethex-bot/package.json
sirpiglr ba1d4c90da Add music player functionality and update dependencies for improved performance
Integrate discord-player and extractors, update package.json dependencies, and add music command functionality to bot.js and music.js.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: 85c6eaeb-53ee-4ce1-abcf-e58baf3f4df1
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/Mc7EIoi
Replit-Helium-Checkpoint-Created: true
2025-12-13 08:07:48 +00:00

38 lines
852 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-player/extractor": "^7.1.0",
"@discord/embedded-app-sdk": "^2.4.0",
"@supabase/supabase-js": "^2.38.0",
"axios": "^1.6.0",
"discord-player": "^7.1.0",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"engines": {
"node": ">=20.0.0"
}
}