-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.31 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.31 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
{
"name": "dcfybot",
"version": "1.2.5.0",
"description": "AI-Powered Discord Bot with Web Management Panel - Channel, Role, Member management, Word Filter, Plugin System, Docker Ready",
"keywords": ["discord", "discord-bot", "ai", "web-panel", "dashboard", "management", "moderation", "anthropic", "openai", "claude", "docker", "postgresql", "plugin-system", "word-filter", "auto-moderation"],
"author": "Furkan YILDIRIM <posta@furkanyildirim.com>",
"license": "MIT",
"homepage": "https://github.com/fyildirim-debug/DcFyBot",
"repository": {
"type": "git",
"url": "https://github.com/fyildirim-debug/DcFyBot.git"
},
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js",
"dev:win": "dev.bat",
"dev:sh": "bash dev.sh",
"docker:up": "docker-compose up -d",
"docker:down": "docker-compose down",
"docker:logs": "docker-compose logs -f",
"docker:build": "docker-compose build"
},
"dependencies": {
"discord.js": "^14.16.3",
"@anthropic-ai/sdk": "^0.39.0",
"openai": "^4.77.0",
"express": "^4.21.1",
"pg": "^8.13.1",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"dotenv": "^16.4.7",
"multer": "^1.4.5-lts.1",
"cors": "^2.8.5",
"cookie-parser": "^1.4.7",
"rss-parser": "^3.13.0"
}
}