-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 822 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 822 Bytes
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
{
"license": "MIT",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server.js",
"build": "node build.js"
},
"devDependencies": {
"@types/node": "^17.0.42",
"@vercel/node": "^2.15.10",
"fs-extra": "^11.3.1"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.12",
"@ai-sdk/fireworks": "^1.0.15",
"@ai-sdk/google": "^2.0.12",
"@ai-sdk/google-vertex": "^3.0.20",
"@ai-sdk/mistral": "^2.0.13",
"@ai-sdk/openai": "^2.0.24",
"@e2b/code-interpreter": "^2.0.0",
"@supabase/supabase-js": "^2.57.2",
"ai": "^5.0.33",
"cors": "^2.8.5",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"lru-cache": "^11.2.1",
"ollama-ai-provider": "^1.2.0",
"stripe": "^18.5.0",
"zod": "^3.25.76"
}
}