-
-
Notifications
You must be signed in to change notification settings - Fork 617
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 682 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 682 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
{
"name": "voltagent-example-groq-ai",
"author": "",
"dependencies": {
"@ai-sdk/groq": "^2.0.24",
"@voltagent/cli": "^0.1.17",
"@voltagent/core": "^1.5.1",
"@voltagent/libsql": "^1.0.14",
"@voltagent/logger": "^1.0.4",
"@voltagent/server-hono": "^1.2.10",
"ai": "^5.0.76",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.2.1",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
},
"keywords": [
"agent",
"ai",
"voltagent"
],
"license": "MIT",
"private": true,
"scripts": {
"build": "tsc",
"dev": "tsx watch --env-file=.env ./src ",
"start": "node dist/index.js",
"volt": "volt"
}
}