forked from TuringAI-Team/chatgpt-discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.19 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
{
"name": "turing",
"module": "build/main.js",
"type": "module",
"scripts": {
"start": "npm run build && npm run run",
"run": "node --no-warnings build/main.js",
"git": "git fetch && git stash && git pull",
"build": "tsc"
},
"devDependencies": {
"@types/md5": "^2.3.2",
"@types/merge-images": "^1.2.1",
"@types/node": "^18.16.16",
"@types/uuid": "^9.0.1",
"@types/voucher-code-generator": "^1.1.1",
"@types/yt-search": "^2.3.2",
"typescript": "^5.0.4"
},
"dependencies": {
"@dqbd/tiktoken": "^1.0.7",
"@iamtraction/google-translate": "^2.0.1",
"@napi-rs/canvas": "^0.1.41",
"@supabase/storage-js": "^2.5.1",
"@supabase/supabase-js": "^2.24.0",
"@waylaidwanderer/fetch-event-source": "^3.0.1",
"chalk": "^5.2.0",
"chartjs-to-image": "^1.2.1",
"dayjs": "^1.11.7",
"discord-hybrid-sharding": "^2.1.3",
"discord.js": "^14.11.1-dev.1686398626-6c2242f.0",
"md5": "^2.3.0",
"merge-images": "^2.0.0",
"node-fetch": "^3.3.1",
"rabbitmq-client": "^4.0.0",
"random-words": "^1.3.0",
"redis": "^4.6.7",
"supabase": "^1.64.8",
"youtube-transcript": "^1.0.6",
"yt-search": "^2.10.4"
}
}