mirror of
https://github.com/codeaashu/claude-code.git
synced 2026-04-08 14:18:50 +03:00
95 lines
2.8 KiB
JSON
95 lines
2.8 KiB
JSON
{
|
|
"name": "@anthropic-ai/claude-code",
|
|
"version": "0.0.0-leaked",
|
|
"description": "Anthropic Claude Code CLI — leaked source (2026-03-31). Not an official release.",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "src/entrypoints/cli.tsx",
|
|
"bin": {
|
|
"claude": "src/entrypoints/cli.tsx"
|
|
},
|
|
"scripts": {
|
|
"build": "bun scripts/build-bundle.ts",
|
|
"build:watch": "bun scripts/build-bundle.ts --watch",
|
|
"build:prod": "bun scripts/build-bundle.ts --minify",
|
|
"build:web": "bun scripts/build-web.ts",
|
|
"build:web:watch": "bun scripts/build-web.ts --watch",
|
|
"build:web:prod": "bun scripts/build-web.ts --minify",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "biome check src/",
|
|
"lint:fix": "biome check --write src/",
|
|
"format": "biome format --write src/",
|
|
"check": "biome check src/ && tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.39.0",
|
|
"@commander-js/extra-typings": "^13.1.0",
|
|
"@growthbook/growthbook": "^1.4.0",
|
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
"@opentelemetry/api": "^1.9.0",
|
|
"@opentelemetry/api-logs": "^0.57.0",
|
|
"@opentelemetry/core": "^1.30.0",
|
|
"@opentelemetry/sdk-logs": "^0.57.0",
|
|
"@opentelemetry/sdk-metrics": "^1.30.0",
|
|
"@opentelemetry/sdk-trace-base": "^1.30.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/addon-search": "^0.15.0",
|
|
"@xterm/addon-unicode11": "^0.8.0",
|
|
"@xterm/addon-web-links": "^0.11.0",
|
|
"@xterm/addon-webgl": "^0.18.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"auto-bind": "^5.0.1",
|
|
"axios": "^1.7.0",
|
|
"chalk": "^5.4.0",
|
|
"chokidar": "^4.0.0",
|
|
"cli-boxes": "^3.0.0",
|
|
"code-excerpt": "^4.0.0",
|
|
"diff": "^7.0.0",
|
|
"execa": "^9.5.0",
|
|
"figures": "^6.1.0",
|
|
"fuse.js": "^7.0.0",
|
|
"highlight.js": "^11.11.0",
|
|
"ignore": "^6.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"marked": "^15.0.0",
|
|
"node-pty": "^1.1.0",
|
|
"p-map": "^7.0.0",
|
|
"picomatch": "^4.0.0",
|
|
"proper-lockfile": "^4.1.2",
|
|
"qrcode": "^1.5.0",
|
|
"react": "^19.0.0",
|
|
"react-reconciler": "^0.31.0",
|
|
"semver": "^7.6.0",
|
|
"stack-utils": "^2.0.6",
|
|
"strip-ansi": "^7.1.0",
|
|
"supports-hyperlinks": "^3.1.0",
|
|
"tree-kill": "^1.2.2",
|
|
"type-fest": "^4.30.0",
|
|
"undici": "^7.3.0",
|
|
"usehooks-ts": "^3.1.0",
|
|
"wrap-ansi": "^9.0.0",
|
|
"ws": "^8.18.0",
|
|
"yaml": "^2.6.0",
|
|
"zod": "^3.24.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.0",
|
|
"@types/diff": "^7.0.0",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^22.10.0",
|
|
"@types/picomatch": "^3.0.0",
|
|
"@types/proper-lockfile": "^4.1.4",
|
|
"@types/react": "^19.0.0",
|
|
"@types/semver": "^7.5.8",
|
|
"@types/stack-utils": "^2.0.3",
|
|
"@types/ws": "^8.5.0",
|
|
"esbuild": "^0.25.0",
|
|
"typescript": "^5.7.0"
|
|
},
|
|
"engines": {
|
|
"bun": ">=1.1.0"
|
|
},
|
|
"packageManager": "bun@1.1.0"
|
|
}
|