-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.32 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.32 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
105
106
107
108
109
110
111
112
113
114
115
{
"name": "@anthropic-ai/claude-code",
"version": "2.1.88",
"bin": {
"claude": "cli.js"
},
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"author": "Anthropic <support@anthropic.com>",
"license": "SEE LICENSE IN README.md",
"description": "Use Claude, Anthropic's AI assistant, right from your terminal.",
"scripts": {
"build": "bun run build.ts",
"build:verbose": "bun run build.ts 2>&1"
},
"dependencies": {
"@alcalzone/ansi-tokenize": "*",
"@anthropic-ai/bedrock-sdk": "*",
"@anthropic-ai/claude-agent-sdk": "*",
"@anthropic-ai/foundry-sdk": "*",
"@anthropic-ai/vertex-sdk": "*",
"@azure/identity": "*",
"@anthropic-ai/mcpb": "*",
"@anthropic-ai/sandbox-runtime": "*",
"@anthropic-ai/sdk": "*",
"@aws-sdk/client-bedrock": "*",
"@aws-sdk/client-bedrock-runtime": "*",
"@aws-sdk/client-sts": "*",
"@commander-js/extra-typings": "*",
"@growthbook/growthbook": "*",
"@modelcontextprotocol/sdk": "*",
"@opentelemetry/api": "*",
"@opentelemetry/exporter-logs-otlp-grpc": "*",
"@opentelemetry/exporter-logs-otlp-http": "*",
"@opentelemetry/exporter-logs-otlp-proto": "*",
"@opentelemetry/exporter-metrics-otlp-grpc": "*",
"@opentelemetry/exporter-metrics-otlp-http": "*",
"@opentelemetry/exporter-metrics-otlp-proto": "*",
"@opentelemetry/exporter-prometheus": "*",
"@opentelemetry/exporter-trace-otlp-grpc": "*",
"@opentelemetry/exporter-trace-otlp-http": "*",
"@opentelemetry/exporter-trace-otlp-proto": "*",
"@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": "*",
"sharp": "*",
"turndown": "*",
"type-fest": "*",
"undici": "*",
"usehooks-ts": "*",
"vscode-jsonrpc": "*",
"vscode-languageserver-protocol": "*",
"vscode-languageserver-types": "*",
"wrap-ansi": "*",
"ws": "*",
"xss": "*",
"zod": "*"
},
"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"
}
}