Create Discord bot package.json with dependencies
cgen-8b22700ff2db49b2bf99b59eca9f28de
This commit is contained in:
parent
1f7161a252
commit
a1ed5a4356
1 changed files with 32 additions and 0 deletions
32
discord-bot/package.json
Normal file
32
discord-bot/package.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue