-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 742 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 742 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
{
"name": "api.renegent",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.1",
"@ai-sdk/azure": "^2.0.5",
"@ai-sdk/deepseek": "^1.0.2",
"@ai-sdk/google": "^2.0.3",
"@ai-sdk/openai": "^2.0.5",
"@ai-sdk/perplexity": "^2.0.1",
"@ai-sdk/xai": "^2.0.2",
"@hono/node-server": "^1.18.1",
"@prisma/client": "^6.13.0",
"ai": "^5.0.5",
"dotenv": "^17.2.1",
"hono": "^4.8.12",
"prisma": "^6.13.0",
"voyage-ai-provider": "^2.0.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^20.11.17",
"tsx": "^4.7.1",
"typescript": "^5.8.3"
}
}