-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.64 KB
/
package.json
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
{
"name": "chatgpt-bot",
"version": "0.3.3",
"description": "",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "tsc && node .",
"dev": "concurrently \"tsc --watch\" \"npx nodemon\"",
"git": "git fetch && git pull",
"redis:start": "docker-compose up -d",
"redis:stop": "docker-compose stop",
"redis:logs": "docker-compose logs -f --tail=0"
},
"keywords": [],
"author": "MrlolDev",
"license": "Apache-2.0 license",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.14.0",
"@gladiaio/sdk": "^0.10.45",
"@ladjs/country-language": "^1.0.3",
"@supabase/supabase-js": "^2.1.1",
"@zeldafan0225/stable_horde": "^2.4.1",
"api": "^5.0.7",
"canvas": "^2.11.0",
"chalk": "^5.2.0",
"chat-gpt-authenticator": "^0.5.0",
"chatgpt-official": "^1.1.5",
"cld": "^2.8.4",
"delay": "^5.0.0",
"discord-tts": "^1.2.2",
"discord.js": "^14.8.0",
"dotenv": "^16.0.3",
"ffmpeg": "^0.0.4",
"form-data": "^4.0.0",
"google-it": "^1.6.4",
"googlethis": "^1.7.1",
"keyv": "^4.5.2",
"libsodium-wrappers": "^0.7.10",
"ms": "^2.1.3",
"node-crc": "^1.3.2",
"open-assistant.js": "^1.0.5-alpha.0",
"openai": "^3.2.1",
"prism-media": "^2.0.0-alpha.0",
"qrcode": "^1.5.1",
"redis": "^4.6.5",
"replicate-api": "^0.4.4",
"sharp": "^0.31.3",
"telegraf": "^4.11.2",
"tempy": "^3.0.0",
"topgg-votes": "^2.1.0",
"uuid": "^9.0.0",
"whatsapp-web.js": "^1.19.4"
},
"devDependencies": {
"concurrently": "^7.6.0",
"nodemon": "^2.0.20",
"typescript": "^4.9.4"
}
}