This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
67 lines (67 loc) · 1.82 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
63
64
65
66
67
{
"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",
"docs": "tsc && node dist/rundocs.js"
},
"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": {
"@anthropic-ai/sdk": "^0.6.2",
"@dqbd/tiktoken": "^1.0.7",
"@google-cloud/vertexai": "^0.1.3",
"@huggingface/inference": "^2.5.2",
"@mermaid-js/mermaid-cli": "^10.3.0",
"@octokit/rest": "^19.0.13",
"@sellix/node-sdk": "^1.0.9",
"@supabase/supabase-js": "^2.33.1",
"@waylaidwanderer/fetch-event-source": "^3.0.1",
"axios": "^1.5.0",
"canvas": "^2.11.2",
"chalk": "^5.3.0",
"chartjs-to-image": "^1.2.1",
"cors": "^2.8.5",
"delay": "^6.0.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.11.0",
"fluent-ffmpeg": "^2.1.2",
"google-auth-library": "^8.9.0",
"google-tts-api": "^2.0.2",
"googlethis": "^1.7.1",
"groq-sdk": "^0.3.1",
"hcaptcha": "^0.1.1",
"helmet": "^7.0.0",
"jsonwebtoken": "^9.0.2",
"lang-detector": "^1.0.6",
"mathjs": "^11.11.0",
"openai": "^3.3.0",
"puppeteer": "^19.11.1",
"puppeteer-core": "^21.1.1",
"rabbitmq-client": "^4.3.0",
"redis": "^4.6.8",
"replicate-api": "^0.4.4",
"turing.sh": "^0.0.9",
"uuid": "^9.0.0",
"wandbox-api-updated": "^1.0.3",
"yt-search": "^2.10.4"
},
"devDependencies": {
"@types/node": "^20.5.9",
"typescript": "^5.2.2"
}
}