forked from TuringAI-Team/turing-ai-api
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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
{
"name": "turing-api",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "tsc && node dist/index.js",
"git": "git fetch && git pull"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TuringAI-Team/turing-ai-api.git"
},
"author": "TuringAI",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TuringAI-Team/turing-ai-api/issues"
},
"homepage": "https://github.com/TuringAI-Team/turing-ai-api#readme",
"dependencies": {
"@dqbd/tiktoken": "^1.0.7",
"@google-ai/generativelanguage": "^0.2.0",
"@huggingface/inference": "^2.5.2",
"@octokit/rest": "^19.0.13",
"@sellix/node-sdk": "^1.0.9",
"@supabase/supabase-js": "^2.26.0",
"@waylaidwanderer/fetch-event-source": "^3.0.1",
"axios": "^1.4.0",
"canvas": "^2.11.2",
"chalk": "^5.2.0",
"chartjs-to-image": "^1.2.1",
"cors": "^2.8.5",
"delay": "^6.0.0",
"discord.js-selfbot-v13": "^2.14.6",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"google-auth-library": "^8.9.0",
"google-tts-api": "^2.0.2",
"googlethis": "^1.7.1",
"hcaptcha": "^0.1.1",
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.0",
"mathjs": "^11.8.2",
"openai": "^3.3.0",
"rabbitmq-client": "^4.1.0",
"redis": "^4.6.7",
"replicate-api": "^0.4.4",
"uuid": "^9.0.0",
"yt-search": "^2.10.4"
},
"devDependencies": {
"@types/node": "^20.3.2",
"typescript": "^5.1.3"
}
}