-
Notifications
You must be signed in to change notification settings - Fork 458
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.2 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.2 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
{
"name": "@qingchencloud/openclaw-zh",
"version": "2026.4.11-zh.1",
"description": "OpenClaw 汉化发行版 - 开源个人 AI 助手平台中文版,每小时自动同步官方更新",
"keywords": [
"openclaw",
"chinese",
"汉化",
"ai",
"assistant",
"personal-ai",
"telegram",
"whatsapp",
"discord",
"claude",
"gpt"
],
"homepage": "https://openclaw.qt.cool/",
"repository": {
"type": "git",
"url": "https://github.com/1186258278/OpenClawChineseTranslation"
},
"bugs": {
"url": "https://github.com/1186258278/OpenClawChineseTranslation/issues"
},
"author": {
"name": "武汉晴辰天下网络科技有限公司",
"url": "https://qingchencloud.com/"
},
"license": "MIT",
"type": "module",
"bin": {
"openclaw-zh-cli": "./cli/index.mjs"
},
"scripts": {
"cli": "node cli/index.mjs",
"status": "node cli/index.mjs status",
"apply": "node cli/index.mjs apply",
"verify": "node cli/index.mjs verify",
"restore": "node cli/index.mjs restore"
},
"engines": {
"node": ">=22.12.0"
},
"files": [
"cli/",
"translations/",
"install.sh",
"install.ps1",
"README.md",
"LICENSE"
]
}