{ "name": "@anthropic-ai/claude-code", "version": "999.0.0-restored", "private": true, "description": "Restored Claude Code source tree reconstructed from source maps.", "license": "SEE LICENSE IN LICENSE.md", "type": "module", "packageManager": "bun@1.3.5", "repository": { "type": "git", "url": "https://github.com/anthropics/claude-code.git" }, "engines": { "bun": ">=1.3.5", "node": ">=24.0.0" }, "scripts": { "dev": "bun run ./src/bootstrap-entry.ts", "start": "bun run ./src/bootstrap-entry.ts", "version": "bun run ./src/bootstrap-entry.ts --version", "dev:restore-check": "bun run ./src/dev-entry.ts" }, "dependencies": { "@alcalzone/ansi-tokenize": "*", "@ant/claude-for-chrome-mcp": "file:./shims/ant-claude-for-chrome-mcp", "@ant/computer-use-input": "file:./shims/ant-computer-use-input", "@ant/computer-use-mcp": "file:./shims/ant-computer-use-mcp", "@ant/computer-use-swift": "file:./shims/ant-computer-use-swift", "@anthropic-ai/claude-agent-sdk": "*", "@anthropic-ai/mcpb": "*", "@anthropic-ai/sandbox-runtime": "*", "@anthropic-ai/sdk": "*", "@aws-sdk/client-bedrock-runtime": "*", "@commander-js/extra-typings": "*", "@growthbook/growthbook": "*", "@modelcontextprotocol/sdk": "*", "@opentelemetry/api": "*", "@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": "*", "type-fest": "*", "undici": "*", "usehooks-ts": "*", "vscode-jsonrpc": "*", "vscode-languageserver-protocol": "*", "vscode-languageserver-types": "*", "wrap-ansi": "*", "ws": "*", "xss": "*", "yaml": "*", "zod": "*", "color-diff-napi": "file:./shims/color-diff-napi", "modifiers-napi": "file:./shims/modifiers-napi", "url-handler-napi": "file:./shims/url-handler-napi" } }