{
  "name": "claude-auto-retry",
  "version": "0.7.3",
  "description": "Automatically retry Claude Code sessions on subscription rate limits and sustained API overload (529/500/503) with exponential backoff",
  "type": "module",
  "bin": {
    "claude-auto-retry": "./bin/cli.js",
    "claude-auto-retry-tmux-status": "./bin/tmux-status.sh"
  },
  "scripts": {
    "test": "node --test test/*.test.js"
  },
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "claude",
    "claude-code",
    "rate-limit",
    "retry",
    "tmux",
    "anthropic"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/cheapestinference/claude-auto-retry"
  },
  "files": [
    "bin/",
    "src/",
    "systemd/",
    "launchd/",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "llms.txt"
  ]
}
