-
Notifications
You must be signed in to change notification settings - Fork 259
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.31 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 3.31 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
100
101
102
103
104
{
"name": "start-claude-code",
"version": "2.1.88",
"description": "Run Claude Code from leaked source - one command setup",
"type": "module",
"scripts": {
"setup": "node scripts/setup.mjs",
"start": "bun src/entrypoints/cli.tsx",
"cli": "bun src/entrypoints/cli.tsx"
},
"dependencies": {
"@alcalzone/ansi-tokenize": "^0.3.0",
"@anthropic-ai/bedrock-sdk": "^0.26.4",
"@anthropic-ai/claude-agent-sdk": "latest",
"@anthropic-ai/foundry-sdk": "^0.2.3",
"@anthropic-ai/sdk": "latest",
"@aws-sdk/client-bedrock": "latest",
"@aws-sdk/client-bedrock-runtime": "latest",
"@aws-sdk/client-sts": "latest",
"@aws-sdk/credential-provider-node": "latest",
"@aws-sdk/credential-providers": "latest",
"@azure/identity": "latest",
"@commander-js/extra-typings": "12",
"@growthbook/growthbook": "latest",
"@modelcontextprotocol/sdk": "latest",
"@opentelemetry/api": "latest",
"@opentelemetry/api-logs": "latest",
"@opentelemetry/core": "latest",
"@opentelemetry/exporter-logs-otlp-grpc": "latest",
"@opentelemetry/exporter-logs-otlp-http": "latest",
"@opentelemetry/exporter-logs-otlp-proto": "latest",
"@opentelemetry/exporter-metrics-otlp-grpc": "latest",
"@opentelemetry/exporter-metrics-otlp-http": "latest",
"@opentelemetry/exporter-metrics-otlp-proto": "latest",
"@opentelemetry/exporter-prometheus": "latest",
"@opentelemetry/exporter-trace-otlp-grpc": "latest",
"@opentelemetry/exporter-trace-otlp-http": "latest",
"@opentelemetry/exporter-trace-otlp-proto": "latest",
"@opentelemetry/resources": "latest",
"@opentelemetry/sdk-logs": "latest",
"@opentelemetry/sdk-metrics": "latest",
"@opentelemetry/sdk-trace-base": "latest",
"@smithy/core": "latest",
"@smithy/node-http-handler": "latest",
"ajv": "latest",
"asciichart": "latest",
"auto-bind": "latest",
"axios": "latest",
"bidi-js": "latest",
"cacache": "^20.0.4",
"chalk": "latest",
"chokidar": "latest",
"cli-boxes": "latest",
"cli-highlight": "latest",
"code-excerpt": "latest",
"commander": "12",
"diff": "latest",
"emoji-regex": "latest",
"env-paths": "latest",
"execa": "latest",
"fflate": "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",
"jsonc-parser": "^3.3.1",
"lodash-es": "latest",
"lru-cache": "latest",
"marked": "latest",
"p-map": "latest",
"picomatch": "latest",
"plist": "latest",
"proper-lockfile": "latest",
"qrcode": "latest",
"react": "19",
"react-reconciler": "0.33",
"semver": "latest",
"sharp": "latest",
"shell-quote": "latest",
"signal-exit": "latest",
"stack-utils": "latest",
"strip-ansi": "latest",
"supports-hyperlinks": "latest",
"tree-kill": "latest",
"turndown": "latest",
"type-fest": "latest",
"undici": "latest",
"usehooks-ts": "latest",
"vscode-languageserver-protocol": "latest",
"wrap-ansi": "latest",
"ws": "latest",
"xss": "latest",
"yaml": "latest",
"zod": "latest"
},
"devDependencies": {
"@types/react": "latest",
"@types/node": "latest"
}
}