-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.85 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.85 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@anthropic-ai/claude-code",
"version": "999.0.0-restored",
"private": true,
"description": "Restored Claude Code source tree reconstructed from source maps.",
"license": "SEE LICENSE IN LICENSE.md",
"type": "module",
"packageManager": "bun@1.3.5",
"repository": {
"type": "git",
"url": "https://github.com/anthropics/claude-code.git"
},
"engines": {
"bun": ">=1.3.5",
"node": ">=24.0.0"
},
"scripts": {
"dev": "bun run ./src/bootstrap-entry.ts",
"start": "bun run ./src/bootstrap-entry.ts",
"version": "bun run ./src/bootstrap-entry.ts --version",
"dev:restore-check": "bun run ./src/dev-entry.ts"
},
"dependencies": {
"@alcalzone/ansi-tokenize": "*",
"@ant/claude-for-chrome-mcp": "file:./shims/ant-claude-for-chrome-mcp",
"@ant/computer-use-input": "file:./shims/ant-computer-use-input",
"@ant/computer-use-mcp": "file:./shims/ant-computer-use-mcp",
"@ant/computer-use-swift": "file:./shims/ant-computer-use-swift",
"@anthropic-ai/claude-agent-sdk": "*",
"@anthropic-ai/mcpb": "*",
"@anthropic-ai/sandbox-runtime": "*",
"@anthropic-ai/sdk": "*",
"@aws-sdk/client-bedrock-runtime": "*",
"@commander-js/extra-typings": "*",
"@growthbook/growthbook": "*",
"@modelcontextprotocol/sdk": "*",
"@opentelemetry/api": "*",
"@opentelemetry/api-logs": "*",
"@opentelemetry/core": "*",
"@opentelemetry/resources": "*",
"@opentelemetry/sdk-logs": "*",
"@opentelemetry/sdk-metrics": "*",
"@opentelemetry/sdk-trace-base": "*",
"@opentelemetry/semantic-conventions": "*",
"ajv": "*",
"asciichart": "*",
"auto-bind": "*",
"axios": "*",
"bidi-js": "*",
"chalk": "*",
"chokidar": "*",
"cli-boxes": "*",
"code-excerpt": "*",
"diff": "*",
"emoji-regex": "*",
"env-paths": "*",
"execa": "*",
"figures": "*",
"fuse.js": "*",
"get-east-asian-width": "*",
"google-auth-library": "*",
"highlight.js": "*",
"https-proxy-agent": "*",
"ignore": "*",
"indent-string": "*",
"ink": "*",
"jsonc-parser": "*",
"lodash-es": "*",
"lru-cache": "*",
"marked": "*",
"p-map": "*",
"picomatch": "*",
"proper-lockfile": "*",
"qrcode": "*",
"react": "*",
"react-reconciler": "*",
"semver": "*",
"shell-quote": "*",
"signal-exit": "*",
"stack-utils": "*",
"strip-ansi": "*",
"supports-hyperlinks": "*",
"tree-kill": "*",
"type-fest": "*",
"undici": "*",
"usehooks-ts": "*",
"vscode-jsonrpc": "*",
"vscode-languageserver-protocol": "*",
"vscode-languageserver-types": "*",
"wrap-ansi": "*",
"ws": "*",
"xss": "*",
"yaml": "*",
"zod": "*",
"color-diff-napi": "file:./shims/color-diff-napi",
"modifiers-napi": "file:./shims/modifiers-napi",
"url-handler-napi": "file:./shims/url-handler-napi"
}
}