-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.68 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
{
"name": "agentclaw",
"version": "1.5.19",
"private": true,
"description": "Your 24/7 AI Commander — intelligent dispatch center",
"scripts": {
"start": "node packages/gateway/dist/index.js",
"cli": "node packages/cli/dist/index.js",
"start:web": "pnpm --filter @agentclaw/web dev",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"build": "turbo build",
"dev": "turbo dev",
"typecheck": "turbo typecheck",
"clean": "turbo clean",
"lint": "turbo lint",
"knip": "knip",
"test": "turbo test && vitest run scripts/__tests__/live-agent-eval.test.ts scripts/__tests__/wechat-publish-regression.test.ts",
"test:watch": "vitest",
"format": "biome format --write .",
"lint:biome": "biome lint .",
"eval": "node scripts/eval.mjs"
},
"devDependencies": {
"@biomejs/biome": "^2.4.5",
"@types/node": "^25.3.0",
"knip": "^5.85.0",
"tsx": "^4.21.0",
"turbo": "^2.4.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitepress": "^1.6.4",
"vitest": "^4.1.5"
},
"pnpm": {
"overrides": {
"protobufjs": ">=7.5.5",
"rollup": ">=4.59.0",
"dompurify": ">=3.4.0",
"minimatch": ">=10.2.3",
"@xmldom/xmldom": ">=0.8.13",
"fastify": ">=5.8.5",
"@fastify/static": ">=9.1.1",
"picomatch": ">=4.0.4",
"lodash-es": ">=4.18.0",
"follow-redirects": ">=1.16.0",
"axios": ">=1.15.0",
"postcss": ">=8.5.10",
"smol-toml": ">=1.6.1",
"music-metadata": ">=11.12.3",
"file-type": ">=21.3.2"
}
},
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=20"
}
}