-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.68 KB
/
package.json
File metadata and controls
60 lines (60 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
60
{
"name": "@xcanwin/open-claude-code",
"version": "0.5.0",
"description": "Source-built Claude Code repackaged as open-claude-code.",
"type": "module",
"bin": {
"open-claude-code": "bin/open-claude-code.js",
"open-claude-code-recover": "bin/open-claude-code-recover.js"
},
"files": [
"runtime",
"bin",
"README.md"
],
"scripts": {
"sync:runtime": "node ./scripts/sync-runtime.cjs",
"ensure:runtime": "node ./scripts/ensure-runtime.cjs",
"clean:runtime": "node ./scripts/cleanup-runtime.cjs",
"prepack": "node ./scripts/ensure-runtime.cjs",
"test:version": "node ./bin/open-claude-code.js --version"
},
"keywords": [
"claude",
"claude-code",
"cli",
"open-source"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xcanwin/open-claude-code.git"
},
"homepage": "https://github.com/xcanwin/open-claude-code",
"bugs": {
"url": "https://github.com/xcanwin/open-claude-code/issues"
},
"engines": {
"node": ">=20.19.0"
},
"publishConfig": {
"access": "public"
},
"license": "UNLICENSED",
"claudeCodeVersion": "2.1.88",
"claudeCodeArchiveFallbackBaseUrl": "https://github.com/xcanwin/open-claude-code/releases/download",
"dependencies": {
"tar": "7.5.13"
},
"devDependencies": {},
"optionalDependencies": {
"@img/sharp-darwin-arm64": "^0.34.2",
"@img/sharp-darwin-x64": "^0.34.2",
"@img/sharp-linux-arm": "^0.34.2",
"@img/sharp-linux-arm64": "^0.34.2",
"@img/sharp-linux-x64": "^0.34.2",
"@img/sharp-linuxmusl-arm64": "^0.34.2",
"@img/sharp-linuxmusl-x64": "^0.34.2",
"@img/sharp-win32-arm64": "^0.34.2",
"@img/sharp-win32-x64": "^0.34.2"
}
}