-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 913 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 913 Bytes
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
{
"name": "@zhpy2004/claude-code-cn",
"version": "0.1.0",
"description": "Claude Code 中文汉化工具 — 一条命令将 Claude Code CLI 界面翻译为中文",
"type": "module",
"bin": {
"claude-code-cn": "bin/cli.js"
},
"scripts": {
"test": "node --test tests/*.test.js"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"bin/",
"src/",
"dict/",
"LICENSE"
],
"keywords": [
"claude-code",
"i18n",
"chinese",
"localization",
"zh-cn",
"cli",
"anthropic"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zhpy2004/claude-code-cn.git"
},
"homepage": "https://github.com/zhpy2004/claude-code-cn#readme",
"bugs": {
"url": "https://github.com/zhpy2004/claude-code-cn/issues"
},
"author": "zhpy",
"license": "MIT",
"dependencies": {
"acorn": "^8.14.0",
"acorn-walk": "^8.3.0"
}
}