• Tech Dev NotesTech Dev Notes
Apps
  • App lookup
  • App compare
Market movement
  • App charts
  • App rankings
Visual proof
  • App screens
  • App listing screenshots
  • App icons
Build intelligence
  • App tech stacks
  • Tool releases
  • Developers
More
  • X feature flags
  • Grokipedia
  • Blog
  • Follow on X
Skip to content
All content/ filesChangelog

claude-code/latest/content · 2.1.195

package.json

Metadata·1.4 KB·40 lines

content/

  • .

    • cli-wrapper.cjs
    • install.cjs
    • LICENSE.md
    • manifest.json
    • package.json
    • README.md
    • sdk-tools.d.ts
    • version.json
{
  "name": "@anthropic-ai/claude-code",
  "version": "2.1.195",
  "bin": {
    "claude": "bin/claude.exe"
  },
  "scripts": {
    "postinstall": "node install.cjs",
    "prepare": "node -e \"if (!process.env.AUTHORIZED) { console.error('ERROR: Direct publishing is not allowed.\\nPlease see the release workflow documentation to publish this package.'); process.exit(1); }\""
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "type": "module",
  "author": "Anthropic <[email protected]>",
  "license": "SEE LICENSE IN README.md",
  "description": "Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.",
  "homepage": "https://github.com/anthropics/claude-code",
  "bugs": {
    "url": "https://github.com/anthropics/claude-code/issues"
  },
  "dependencies": {},
  "optionalDependencies": {
    "@anthropic-ai/claude-code-darwin-arm64": "2.1.195",
    "@anthropic-ai/claude-code-darwin-x64": "2.1.195",
    "@anthropic-ai/claude-code-linux-x64": "2.1.195",
    "@anthropic-ai/claude-code-linux-arm64": "2.1.195",
    "@anthropic-ai/claude-code-linux-x64-musl": "2.1.195",
    "@anthropic-ai/claude-code-linux-arm64-musl": "2.1.195",
    "@anthropic-ai/claude-code-win32-x64": "2.1.195",
    "@anthropic-ai/claude-code-win32-arm64": "2.1.195"
  },
  "files": [
    "bin/claude.exe",
    "install.cjs",
    "cli-wrapper.cjs",
    "sdk-tools.d.ts"
  ]
}
PreviousREADME.mdNextmanifest.json

© 2026 Tech Dev Notes

RSSAboutAPIPrivacyTermsSitemap@techdevnotes