-
-
Notifications
You must be signed in to change notification settings - Fork 621
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 743 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 743 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
{
"name": "voltagent-example-with-composio-mcp",
"description": "VoltAgent example demonstrating Composio MCP integration.",
"version": "0.1.0",
"dependencies": {
"@ai-sdk/openai": "^2.0.52",
"@voltagent/cli": "^0.1.17",
"@voltagent/core": "^1.5.1",
"@voltagent/libsql": "^1.1.0",
"@voltagent/logger": "^1.0.4",
"@voltagent/server-hono": "^1.2.11",
"ai": "^5.0.76",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.2.1",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
},
"main": "dist/index.js",
"private": true,
"scripts": {
"build": "tsc",
"dev": "tsx watch --env-file=.env ./src",
"start": "node dist/index.js",
"volt": "volt"
},
"type": "module"
}