claude-code/package.json
claude-code-best f90eee85d8 feat: build
2026-03-31 19:22:47 +08:00

90 lines
2.8 KiB
JSON

{
"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": {
"@anthropic-ai/claude-agent-sdk": "latest",
"@anthropic-ai/mcpb": "latest",
"@anthropic-ai/sandbox-runtime": "latest",
"@anthropic-ai/sdk": "latest",
"@aws-sdk/client-bedrock": "latest",
"@aws-sdk/client-bedrock-runtime": "latest",
"@aws-sdk/credential-providers": "latest",
"@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-metrics-otlp-grpc": "latest",
"@opentelemetry/exporter-metrics-otlp-http": "latest",
"@opentelemetry/exporter-prometheus": "latest",
"@opentelemetry/exporter-trace-otlp-grpc": "latest",
"@opentelemetry/exporter-trace-otlp-http": "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",
"chalk": "latest",
"chokidar": "latest",
"cli-boxes": "latest",
"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",
"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",
"stack-utils": "latest",
"strip-ansi": "latest",
"supports-hyperlinks": "latest",
"tree-kill": "latest",
"type-fest": "latest",
"undici": "latest",
"usehooks-ts": "latest",
"vscode-languageserver-protocol": "latest",
"vscode-languageserver-types": "latest",
"wrap-ansi": "latest",
"ws": "latest",
"xss": "latest",
"zod": "latest"
},
"devDependencies": {
"@types/react": "latest",
"@types/react-reconciler": "latest",
"typescript": "latest"
}
}