-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.61 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "agentbot",
"private": true,
"workspaces": [
"web",
"agentbot-backend",
"gateway"
],
"scripts": {
"demo": "npm --workspace @agentbot/web run demo",
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"test": "turbo run test",
"clean": "turbo run clean",
"openclaude": "openclaude",
"openclaude:agentbot": "node scripts/openclaude-agentbot.js"
},
"devDependencies": {
"@gitlawb/openclaude": "^0.16.1",
"bs58": "^6.0.0",
"turbo": "^2.9.16"
},
"packageManager": "npm@10.8.2",
"overrides": {
"hono": "^4.12.21",
"@hono/node-server": "^1.19.13",
"defu": "^6.1.5",
"axios": "^1.16.1",
"fast-uri": "^3.1.2",
"fast-xml-builder": "^1.2.0",
"fast-xml-parser": "^5.7.0",
"follow-redirects": "^1.16.0",
"uuid": "^9.0.1",
"postcss": "^8.5.10",
"next-auth": "4.24.12",
"elliptic": "6.6.1",
"ws": "^8.20.1",
"picomatch": "^4.0.2",
"brace-expansion": "^5.0.6",
"handlebars": "^4.7.9",
"@openzeppelin/contracts": "4.9.6",
"undici": "^7.24.5",
"devalue": "5.8.1",
"express-rate-limit": "^8.5.2",
"ip-address": "^10.2.0",
"viem": "^2.50.4",
"bs58": "^6.0.0",
"rpc-websockets": {
"uuid": "^9.0.1"
},
"jayson": {
"uuid": "^9.0.1"
},
"svix": {
"uuid": "^9.0.1"
},
"@metamask/utils": {
"uuid": "^9.0.1"
},
"@aws-sdk/xml-builder": {
"fast-xml-parser": "^5.7.0"
},
"@workflow/core": {
"devalue": "5.8.1"
},
"@workflow/core@4.2.4": {
"devalue": "5.8.1"
}
}
}