package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@anthropic-ai/claude-code",
  3. "version": "2.1.88",
  4. "bin": {
  5. "claude": "cli.js"
  6. },
  7. "engines": {
  8. "node": ">=18.0.0"
  9. },
  10. "type": "module",
  11. "author": "Anthropic <support@anthropic.com>",
  12. "license": "SEE LICENSE IN README.md",
  13. "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.",
  14. "homepage": "https://github.com/anthropics/claude-code",
  15. "bugs": {
  16. "url": "https://github.com/anthropics/claude-code/issues"
  17. },
  18. "scripts": {
  19. "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); }\""
  20. },
  21. "dependencies": {},
  22. "optionalDependencies": {
  23. "@img/sharp-darwin-arm64": "^0.34.2",
  24. "@img/sharp-darwin-x64": "^0.34.2",
  25. "@img/sharp-linux-arm": "^0.34.2",
  26. "@img/sharp-linux-arm64": "^0.34.2",
  27. "@img/sharp-linux-x64": "^0.34.2",
  28. "@img/sharp-linuxmusl-arm64": "^0.34.2",
  29. "@img/sharp-linuxmusl-x64": "^0.34.2",
  30. "@img/sharp-win32-arm64": "^0.34.2",
  31. "@img/sharp-win32-x64": "^0.34.2"
  32. }
  33. }