-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.69 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
72
73
74
75
76
{
"name": "@chek/chek-cli",
"version": "0.5.0",
"description": "CHEK CLI for agent-native product publication, review rooms, backend API access, and OpenClaw helpers.",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chekdata/chek-cli.git"
},
"homepage": "https://github.com/chekdata/chek-cli",
"bugs": {
"url": "https://github.com/chekdata/chek-cli/issues"
},
"keywords": [
"openclaw",
"chek",
"cli",
"ai-product",
"review-room",
"mentions",
"agent-native",
"chek-cli"
],
"files": [
"dist",
"docs",
"packages",
"skills",
"README.md",
"README.zh-CN.md",
"openclaw.plugin.json"
],
"openclaw": {
"extensions": [
"./dist/index.js"
],
"install": {
"npmSpec": "https://github.com/chekdata/chek-cli/archive/refs/heads/main.tar.gz?download=1",
"localPath": ".",
"defaultChoice": "npm"
}
},
"scripts": {
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist",
"prepack": "pnpm run clean && pnpm run build",
"test": "vitest run"
},
"devDependencies": {
"@types/node": "^22.13.1",
"commander": "^14.0.2",
"openclaw": "2026.6.11",
"typescript": "^5.7.3",
"vitest": "^3.2.7"
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@10.23.0",
"pnpm": {
"overrides": {
"@hono/node-server": "1.19.13",
"@protobufjs/utf8": "1.1.1",
"brace-expansion": "5.0.7",
"esbuild": "0.28.1",
"fast-uri": "3.1.2",
"hono": "4.12.28",
"postcss": "8.5.16",
"protobufjs": "7.6.3",
"qs": "6.15.3",
"tar": "7.5.16",
"vite": "7.3.5"
}
}
}