forked from DubbieHQ/dubbie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "@dubbie/shared",
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@dubbie/db": "workspace:*",
"@dubbie/shared": "workspace:*",
"@fal-ai/serverless-client": "^0.9.3",
"@google-cloud/storage": "^7.11.1",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/uuid": "^9.0.8",
"async": "^3.2.5",
"audio-decode": "^2.2.0",
"axios": "^1.6.8",
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"fast-levenshtein": "^3.0.0",
"ffmpeg-static": "^5.2.0",
"firebase": "^10.12.0",
"firebase-admin": "^12.0.0",
"fluent-ffmpeg": "^2.1.2",
"fuse.js": "^7.0.0",
"fuzzysort": "^3.0.1",
"get-audio-duration": "^4.0.1",
"install": "^0.13.0",
"js-levenshtein": "^1.1.6",
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",
"music-metadata": "^7.14.0",
"openai": "^4.29.1",
"prisma": "5.12.1",
"replicate": "^0.28.1",
"string-similarity": "^4.0.4",
"tsx": "^4.7.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/async": "^3.2.24",
"@types/fast-levenshtein": "^0.0.4",
"@types/js-levenshtein": "^1.1.3",
"@types/string-similarity": "^4.0.2"
}
}