-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
43
44
45
{
"name": "vidify-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "18"
},
"scripts": {
"start:js": "npm run build && node build/index.js",
"start": "ts-node src/index.ts",
"start:dev": "nodemon src/index.ts",
"build": "rimraf ./build && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/node": "^20.1.0",
"nodemon": "^2.0.20",
"rimraf": "^4.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.20.8",
"@azure/cognitiveservices-imagesearch": "^3.0.1",
"@azure/ms-rest-azure-js": "^2.1.0",
"@deepgram/sdk": "^3.3.1",
"@google-cloud/text-to-speech": "^4.2.0",
"@highlight-run/node": "^2.5.5",
"@upstash/redis": "^1.20.6",
"axios": "^1.2.2",
"cloudinary": "^1.33.0",
"cors": "^2.8.5",
"dirty-json": "^0.9.2",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase": "^9.17.1",
"microsoft-cognitiveservices-speech-sdk": "^1.28.0",
"openai": "^3.1.0",
"serpapi": "^2.1.0",
"zod": "^3.21.4"
}
}