-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.16 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.16 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
{
"name": "claude-code-source-snapshot",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"start": "bun src/entrypoints/cli.tsx",
"help": "bun src/entrypoints/cli.tsx --help"
},
"dependencies": {
"@alcalzone/ansi-tokenize": "latest",
"@anthropic-ai/sandbox-runtime": "latest",
"@anthropic-ai/sdk": "latest",
"@aws-sdk/client-bedrock-runtime": "latest",
"@commander-js/extra-typings": "latest",
"@growthbook/growthbook": "latest",
"@modelcontextprotocol/sdk": "latest",
"@opentelemetry/api": "latest",
"@opentelemetry/api-logs": "latest",
"@opentelemetry/core": "latest",
"@opentelemetry/resources": "latest",
"@opentelemetry/sdk-logs": "latest",
"@opentelemetry/sdk-metrics": "latest",
"@opentelemetry/sdk-trace-base": "latest",
"ajv": "latest",
"asciichart": "latest",
"auto-bind": "latest",
"axios": "latest",
"bidi-js": "latest",
"chalk": "latest",
"chokidar": "latest",
"cli-boxes": "latest",
"code-excerpt": "latest",
"color-diff-napi": "^0.0.1",
"diff": "latest",
"emoji-regex": "latest",
"env-paths": "latest",
"execa": "latest",
"figures": "latest",
"fuse.js": "latest",
"get-east-asian-width": "latest",
"google-auth-library": "latest",
"highlight.js": "latest",
"https-proxy-agent": "latest",
"ignore": "latest",
"indent-string": "latest",
"ink": "latest",
"jsonc-parser": "latest",
"lodash-es": "latest",
"lru-cache": "latest",
"marked": "latest",
"p-map": "latest",
"picomatch": "latest",
"proper-lockfile": "latest",
"qrcode": "latest",
"react": "latest",
"react-reconciler": "latest",
"semver": "latest",
"shell-quote": "latest",
"signal-exit": "latest",
"strip-ansi": "latest",
"supports-hyperlinks": "latest",
"tree-kill": "latest",
"type-fest": "latest",
"undici": "latest",
"usehooks-ts": "latest",
"vscode-jsonrpc": "latest",
"vscode-languageserver-protocol": "latest",
"vscode-languageserver-types": "latest",
"wrap-ansi": "latest",
"ws": "latest",
"xss": "latest",
"zod": "latest"
}
}