-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 885 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 885 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
33
34
35
36
37
{
"name": "zeroclaw-vercel",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0 -p ${PORT:-3000}",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"workflow:web": "npx workflow web"
},
"dependencies": {
"@ai-sdk/openai": "latest",
"@composio/core": "latest",
"xstate": "5.30.0",
"@composio/vercel": "latest",
"@upstash/redis": "latest",
"ai": "latest",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"ssh2": "latest",
"workflow": "latest",
"zod": "latest"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"just-bash": "latest",
"@types/ssh2": "^1.15.5",
"eslint": "latest",
"eslint-config-next": "latest",
"typescript": "latest"
}
}