mirror of
https://github.com/chenqinggang001/claude-code-build.git
synced 2026-08-05 12:30:22 +08:00
102 lines
3.0 KiB
JSON
102 lines
3.0 KiB
JSON
{
|
|
"name": "claude-code-build",
|
|
"version": "2.1.88",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bun run build.ts",
|
|
"start": "node dist/cli.js"
|
|
},
|
|
"dependencies": {
|
|
"@alcalzone/ansi-tokenize": "^0.3.0",
|
|
"@anthropic-ai/sdk": "^0.52.0",
|
|
"@commander-js/extra-typings": "^12.1.0",
|
|
"@growthbook/growthbook": "^1.3.2",
|
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
"@opentelemetry/api": "^1.9.0",
|
|
"@opentelemetry/api-logs": "^0.57.2",
|
|
"@opentelemetry/core": "^1.30.1",
|
|
"@opentelemetry/exporter-logs-otlp-http": "^0.57.2",
|
|
"@opentelemetry/exporter-trace-otlp-http": "^0.57.2",
|
|
"@opentelemetry/resources": "^1.30.1",
|
|
"@opentelemetry/sdk-logs": "^0.57.2",
|
|
"@opentelemetry/sdk-metrics": "^1.30.1",
|
|
"@opentelemetry/sdk-trace-base": "^1.30.1",
|
|
"@opentelemetry/semantic-conventions": "^1.28.0",
|
|
"asciichart": "^1.5.25",
|
|
"auto-bind": "^5.0.1",
|
|
"axios": "^1.7.9",
|
|
"cacache": "^19.0.1",
|
|
"chalk": "^5.4.1",
|
|
"chokidar": "^4.0.3",
|
|
"cli-boxes": "^4.0.1",
|
|
"cli-highlight": "^2.1.11",
|
|
"code-excerpt": "^4.0.0",
|
|
"commander": "^12.1.0",
|
|
"diff": "^7.0.0",
|
|
"emoji-regex": "^10.4.0",
|
|
"env-paths": "^4.0.0",
|
|
"execa": "^9.5.2",
|
|
"fflate": "^0.8.2",
|
|
"figures": "^6.1.0",
|
|
"fuse.js": "^7.1.0",
|
|
"get-east-asian-width": "^1.3.0",
|
|
"highlight.js": "^11.11.1",
|
|
"ignore": "^7.0.3",
|
|
"indent-string": "^5.0.0",
|
|
"jsonc-parser": "^3.3.1",
|
|
"lodash-es": "^4.17.21",
|
|
"lru-cache": "^11.0.2",
|
|
"marked": "^15.0.7",
|
|
"p-map": "^7.0.3",
|
|
"picomatch": "^4.0.4",
|
|
"plist": "^3.1.0",
|
|
"proper-lockfile": "^4.1.2",
|
|
"qrcode": "^1.5.4",
|
|
"react": "^0.0.0-experimental-74568e86-20260328",
|
|
"react-reconciler": "^0.0.0-experimental-74568e86-20260328",
|
|
"semver": "^7.6.3",
|
|
"sharp": "^0.34.2",
|
|
"shell-quote": "^1.8.3",
|
|
"signal-exit": "^4.1.0",
|
|
"stack-utils": "^2.0.6",
|
|
"strip-ansi": "^7.1.0",
|
|
"supports-hyperlinks": "^3.1.0",
|
|
"tree-kill": "^1.2.2",
|
|
"turndown": "^7.2.0",
|
|
"type-fest": "^4.37.0",
|
|
"undici": "^7.4.0",
|
|
"usehooks-ts": "^3.1.1",
|
|
"vscode-jsonrpc": "^8.2.1",
|
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
"ws": "^8.18.1",
|
|
"xss": "^1.0.15",
|
|
"yaml": "^2.7.0",
|
|
"zod": "^3.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/diff": "^7.0.2",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^22.13.5",
|
|
"@types/proper-lockfile": "^4.1.4",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-reconciler": "^0.28.9",
|
|
"@types/semver": "^7.5.8",
|
|
"@types/stack-utils": "^2.0.3",
|
|
"@types/turndown": "^5.0.5",
|
|
"@types/ws": "^8.18.0",
|
|
"bun-types": "latest",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"@anthropic-ai/bedrock-sdk": "^0.15.0",
|
|
"@anthropic-ai/vertex-sdk": "^0.8.0",
|
|
"@anthropic-ai/foundry-sdk": "^0.3.0",
|
|
"@aws-sdk/credential-providers": "^3.750.0",
|
|
"@azure/identity": "^4.7.0",
|
|
"google-auth-library": "^9.15.1",
|
|
"bidi-js": "^1.0.3"
|
|
}
|
|
}
|