| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "@anthropic-ai/claude-code",
- "version": "2.1.88",
- "bin": {
- "claude": "cli.js"
- },
- "engines": {
- "node": ">=18.0.0"
- },
- "type": "module",
- "author": "Anthropic <support@anthropic.com>",
- "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"
- },
- "scripts": {
- "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); }\""
- },
- "dependencies": {},
- "optionalDependencies": {
- "@img/sharp-darwin-arm64": "^0.34.2",
- "@img/sharp-darwin-x64": "^0.34.2",
- "@img/sharp-linux-arm": "^0.34.2",
- "@img/sharp-linux-arm64": "^0.34.2",
- "@img/sharp-linux-x64": "^0.34.2",
- "@img/sharp-linuxmusl-arm64": "^0.34.2",
- "@img/sharp-linuxmusl-x64": "^0.34.2",
- "@img/sharp-win32-arm64": "^0.34.2",
- "@img/sharp-win32-x64": "^0.34.2"
- }
- }
|