/ package.source-versions.json
package.source-versions.json
1 { 2 "name": "@anthropic-ai/claude-code", 3 "version": "2.1.88", 4 "description": "Claude Code — source-version dependencies (versions matching what the bundled code was built against)", 5 "bin": { 6 "claude": "cli.js" 7 }, 8 "engines": { 9 "node": ">=18.0.0" 10 }, 11 "type": "module", 12 "author": "Anthropic <support@anthropic.com>", 13 "license": "SEE LICENSE IN README.md", 14 "homepage": "https://github.com/anthropics/claude-code", 15 "bugs": { 16 "url": "https://github.com/anthropics/claude-code/issues" 17 }, 18 "scripts": { 19 "typecheck": "tsc --noEmit" 20 }, 21 "dependencies": { 22 "@anthropic-ai/sdk": "0.74.0", 23 "@anthropic-ai/bedrock-sdk": "0.26.4", 24 "@anthropic-ai/vertex-sdk": "0.14.4", 25 "@anthropic-ai/foundry-sdk": "0.2.3", 26 "@anthropic-ai/mcpb": "2.1.2", 27 "@modelcontextprotocol/sdk": "1.29.0", 28 "@aws-sdk/client-bedrock": "3.1020.0", 29 "@aws-sdk/client-bedrock-runtime": "3.1020.0", 30 "@aws-sdk/credential-provider-node": "3.972.28", 31 "@aws-sdk/credential-providers": "3.1020.0", 32 "@smithy/core": "3.23.13", 33 "@smithy/node-http-handler": "4.5.1", 34 "@azure/identity": "4.13.1", 35 "@opentelemetry/api": "1.9.0", 36 "@opentelemetry/api-logs": "0.208.0", 37 "@opentelemetry/core": "2.2.0", 38 "@opentelemetry/exporter-logs-otlp-http": "0.208.0", 39 "@opentelemetry/exporter-trace-otlp-http": "0.208.0", 40 "@opentelemetry/resources": "2.2.0", 41 "@opentelemetry/sdk-logs": "0.208.0", 42 "@opentelemetry/sdk-metrics": "2.2.0", 43 "@opentelemetry/sdk-trace-base": "2.2.0", 44 "chalk": "5.6.2", 45 "commander": "14.0.3", 46 "@commander-js/extra-typings": "14.0.0", 47 "cli-boxes": "4.0.1", 48 "cli-highlight": "2.1.11", 49 "figures": "6.1.0", 50 "strip-ansi": "7.2.0", 51 "wrap-ansi": "10.0.0", 52 "supports-hyperlinks": "4.4.0", 53 "indent-string": "5.0.0", 54 "emoji-regex": "10.6.0", 55 "asciichart": "1.5.25", 56 "react": "19.2.0", 57 "react-reconciler": "0.33.0", 58 "axios": "1.13.6", 59 "undici": "7.24.6", 60 "https-proxy-agent": "8.0.0", 61 "ws": "8.20.0", 62 "google-auth-library": "10.6.2", 63 "chokidar": "4.0.3", 64 "execa": "7.2.0", 65 "signal-exit": "4.1.0", 66 "tree-kill": "1.2.2", 67 "proper-lockfile": "4.1.2", 68 "shell-quote": "1.8.3", 69 "picomatch": "4.0.4", 70 "ignore": "7.0.5", 71 "p-map": "7.0.4", 72 "cacache": "20.0.4", 73 "zod": "4.0.0", 74 "ajv": "8.18.0", 75 "yaml": "2.8.3", 76 "marked": "17.0.5", 77 "turndown": "7.2.2", 78 "plist": "3.1.0", 79 "highlight.js": "11.11.1", 80 "xss": "1.0.15", 81 "qrcode": "1.5.4", 82 "fflate": "0.8.2", 83 "diff": "8.0.4", 84 "lodash-es": "4.17.21", 85 "semver": "7.7.4", 86 "lru-cache": "11.2.7", 87 "auto-bind": "5.0.1", 88 "bidi-js": "1.0.3", 89 "code-excerpt": "4.0.0", 90 "env-paths": "4.0.0", 91 "fuse.js": "7.1.0", 92 "get-east-asian-width": "1.5.0", 93 "stack-utils": "2.0.6", 94 "type-fest": "5.5.0", 95 "usehooks-ts": "3.1.1", 96 "vscode-languageserver-protocol": "3.17.5", 97 "@growthbook/growthbook": "1.6.5" 98 }, 99 "optionalDependencies": { 100 "sharp": "^0.34.2", 101 "@img/sharp-darwin-arm64": "^0.34.2", 102 "@img/sharp-darwin-x64": "^0.34.2", 103 "@img/sharp-linux-arm": "^0.34.2", 104 "@img/sharp-linux-arm64": "^0.34.2", 105 "@img/sharp-linux-x64": "^0.34.2", 106 "@img/sharp-linuxmusl-arm64": "^0.34.2", 107 "@img/sharp-linuxmusl-x64": "^0.34.2", 108 "@img/sharp-win32-arm64": "^0.34.2", 109 "@img/sharp-win32-x64": "^0.34.2" 110 }, 111 "devDependencies": { 112 "typescript": "^5.8.0", 113 "@types/node": "^22.0.0", 114 "@types/react": "^19.0.0", 115 "bun-types": "^1.2.0" 116 } 117 }