|
|
@@ -1,111 +1,111 @@
|
|
|
{
|
|
|
- "name": "claude-code",
|
|
|
- "version": "1.0.0",
|
|
|
- "private": true,
|
|
|
- "type": "module",
|
|
|
- "scripts": {
|
|
|
- "build": "bun build src/entrypoints/cli.ts --outdir dist --target bun",
|
|
|
- "dev": "bun run --watch src/entrypoints/cli.ts"
|
|
|
- },
|
|
|
- "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/mcpb": "latest",
|
|
|
- "@anthropic-ai/sandbox-runtime": "latest",
|
|
|
- "@anthropic-ai/sdk": "latest",
|
|
|
- "@anthropic-ai/vertex-sdk": "^0.14.4",
|
|
|
- "@aws-sdk/client-bedrock": "latest",
|
|
|
- "@aws-sdk/client-bedrock-runtime": "latest",
|
|
|
- "@aws-sdk/client-sts": "^3.1020.0",
|
|
|
- "@aws-sdk/credential-providers": "latest",
|
|
|
- "@azure/identity": "^4.13.1",
|
|
|
- "@commander-js/extra-typings": "latest",
|
|
|
- "@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": "^0.214.0",
|
|
|
- "@opentelemetry/exporter-metrics-otlp-grpc": "latest",
|
|
|
- "@opentelemetry/exporter-metrics-otlp-http": "latest",
|
|
|
- "@opentelemetry/exporter-metrics-otlp-proto": "^0.214.0",
|
|
|
- "@opentelemetry/exporter-prometheus": "latest",
|
|
|
- "@opentelemetry/exporter-trace-otlp-grpc": "latest",
|
|
|
- "@opentelemetry/exporter-trace-otlp-http": "latest",
|
|
|
- "@opentelemetry/exporter-trace-otlp-proto": "^0.214.0",
|
|
|
- "@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": "^2.1.11",
|
|
|
- "code-excerpt": "latest",
|
|
|
- "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",
|
|
|
- "jsonc-parser": "^3.3.1",
|
|
|
- "lodash-es": "latest",
|
|
|
- "lru-cache": "latest",
|
|
|
- "marked": "latest",
|
|
|
- "p-map": "latest",
|
|
|
- "picomatch": "latest",
|
|
|
- "plist": "^3.1.0",
|
|
|
- "proper-lockfile": "latest",
|
|
|
- "qrcode": "latest",
|
|
|
- "react": "latest",
|
|
|
- "react-compiler-runtime": "^1.0.0",
|
|
|
- "react-reconciler": "latest",
|
|
|
- "semver": "latest",
|
|
|
- "sharp": "^0.34.5",
|
|
|
- "shell-quote": "latest",
|
|
|
- "signal-exit": "latest",
|
|
|
- "stack-utils": "latest",
|
|
|
- "strip-ansi": "latest",
|
|
|
- "supports-hyperlinks": "latest",
|
|
|
- "tree-kill": "latest",
|
|
|
- "turndown": "^7.2.2",
|
|
|
- "type-fest": "latest",
|
|
|
- "undici": "latest",
|
|
|
- "usehooks-ts": "latest",
|
|
|
- "vscode-languageserver-protocol": "latest",
|
|
|
- "vscode-languageserver-types": "latest",
|
|
|
- "wrap-ansi": "latest",
|
|
|
- "ws": "latest",
|
|
|
- "xss": "latest",
|
|
|
- "yaml": "^2.8.3",
|
|
|
- "zod": "latest"
|
|
|
- },
|
|
|
- "devDependencies": {
|
|
|
- "@types/bun": "^1.3.11",
|
|
|
- "@types/cacache": "^20.0.1",
|
|
|
- "@types/plist": "^3.0.5",
|
|
|
- "@types/react": "latest",
|
|
|
- "@types/react-reconciler": "latest",
|
|
|
- "@types/sharp": "^0.32.0",
|
|
|
- "@types/turndown": "^5.0.6",
|
|
|
- "typescript": "latest"
|
|
|
- }
|
|
|
+ "name": "claude-code",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "private": true,
|
|
|
+ "type": "module",
|
|
|
+ "scripts": {
|
|
|
+ "build": "bun build src/entrypoints/cli.ts --outdir dist --target bun",
|
|
|
+ "dev": "bun run --watch 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/mcpb": "latest",
|
|
|
+ "@anthropic-ai/sandbox-runtime": "latest",
|
|
|
+ "@anthropic-ai/sdk": "latest",
|
|
|
+ "@anthropic-ai/vertex-sdk": "^0.14.4",
|
|
|
+ "@aws-sdk/client-bedrock": "latest",
|
|
|
+ "@aws-sdk/client-bedrock-runtime": "latest",
|
|
|
+ "@aws-sdk/client-sts": "^3.1020.0",
|
|
|
+ "@aws-sdk/credential-providers": "latest",
|
|
|
+ "@azure/identity": "^4.13.1",
|
|
|
+ "@commander-js/extra-typings": "latest",
|
|
|
+ "@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": "^0.214.0",
|
|
|
+ "@opentelemetry/exporter-metrics-otlp-grpc": "latest",
|
|
|
+ "@opentelemetry/exporter-metrics-otlp-http": "latest",
|
|
|
+ "@opentelemetry/exporter-metrics-otlp-proto": "^0.214.0",
|
|
|
+ "@opentelemetry/exporter-prometheus": "latest",
|
|
|
+ "@opentelemetry/exporter-trace-otlp-grpc": "latest",
|
|
|
+ "@opentelemetry/exporter-trace-otlp-http": "latest",
|
|
|
+ "@opentelemetry/exporter-trace-otlp-proto": "^0.214.0",
|
|
|
+ "@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": "^2.1.11",
|
|
|
+ "code-excerpt": "latest",
|
|
|
+ "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",
|
|
|
+ "jsonc-parser": "^3.3.1",
|
|
|
+ "lodash-es": "latest",
|
|
|
+ "lru-cache": "latest",
|
|
|
+ "marked": "latest",
|
|
|
+ "p-map": "latest",
|
|
|
+ "picomatch": "latest",
|
|
|
+ "plist": "^3.1.0",
|
|
|
+ "proper-lockfile": "latest",
|
|
|
+ "qrcode": "latest",
|
|
|
+ "react": "latest",
|
|
|
+ "react-compiler-runtime": "^1.0.0",
|
|
|
+ "react-reconciler": "latest",
|
|
|
+ "semver": "latest",
|
|
|
+ "sharp": "^0.34.5",
|
|
|
+ "shell-quote": "latest",
|
|
|
+ "signal-exit": "latest",
|
|
|
+ "stack-utils": "latest",
|
|
|
+ "strip-ansi": "latest",
|
|
|
+ "supports-hyperlinks": "latest",
|
|
|
+ "tree-kill": "latest",
|
|
|
+ "turndown": "^7.2.2",
|
|
|
+ "type-fest": "latest",
|
|
|
+ "undici": "latest",
|
|
|
+ "usehooks-ts": "latest",
|
|
|
+ "vscode-languageserver-protocol": "latest",
|
|
|
+ "vscode-languageserver-types": "latest",
|
|
|
+ "wrap-ansi": "latest",
|
|
|
+ "ws": "latest",
|
|
|
+ "xss": "latest",
|
|
|
+ "yaml": "^2.8.3",
|
|
|
+ "zod": "latest"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@types/bun": "^1.3.11",
|
|
|
+ "@types/cacache": "^20.0.1",
|
|
|
+ "@types/plist": "^3.0.5",
|
|
|
+ "@types/react": "latest",
|
|
|
+ "@types/react-reconciler": "latest",
|
|
|
+ "@types/sharp": "^0.32.0",
|
|
|
+ "@types/turndown": "^5.0.6",
|
|
|
+ "typescript": "latest"
|
|
|
+ }
|
|
|
}
|