-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.35 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
{
"name": "@chek/chek-cli",
"version": "0.2.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.2.6-3",
"typescript": "^5.7.3",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@10.23.0"
}