-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "advanced-discord-bot",
"version": "2.0.0",
"description": "Advanced Discord Bot - a self-hosted Discord bot platform with dashboard and plugin marketplace support",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"deploy": "node scripts/build-plugins.js && node deploy-commands.js",
"test": "node --test"
},
"keywords": [
"discord",
"bot",
"discord.js",
"ai",
"gemini",
"modern",
"ADB",
"advanced",
"typescript-ready",
"mongodb",
"open-source"
],
"author": "DeadIndian",
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/AdvancedDiscordBot/Advanced-Discord-Bot"
},
"homepage": "https://github.com/AdvancedDiscordBot/Advanced-Discord-Bot",
"bugs": {
"url": "https://github.com/AdvancedDiscordBot/Advanced-Discord-Bot/issues"
},
"dependencies": {
"@fastify/cookie": "^9.3.0",
"@fastify/cors": "^9.0.1",
"@fastify/session": "^10.7.0",
"@fastify/static": "^6.12.0",
"@google/genai": "^1.16.0",
"acorn": "8.14.0",
"acorn-walk": "8.3.4",
"adb-plugin-aegis": "^1.0.3",
"adb-plugin-levels": "^1.0.2",
"adb-plugin-moderation": "^1.0.1",
"adb-plugin-reminders": "^1.0.2",
"axios": "^1.6.2",
"chokidar": "^3.5.3",
"connect-mongo": "^5.1.0",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"express": "^5.1.0",
"express-session": "^1.17.3",
"fastify": "^4.28.1",
"mongoose": "^8.0.3",
"ms": "^2.1.3",
"node-cron": "^3.0.3",
"ws": "^8.17.0"
},
"devDependencies": {
"nodemon": "^3.0.2"
},
"engines": {
"node": ">=16.0.0"
}
}