{
  "name": "@sirtheo/claude-switch",
  "version": "4.1.1",
  "description": "Multi-account manager for Claude Code. Sign in once per account, switch instantly. Bypass Max/Pro rate limits with API key fallback and auto-revert. macOS · Linux · Windows.",
  "type": "module",
  "bin": {
    "claude": "dist/bin/cli.js"
  },
  "exports": {
    ".": "./dist/bin/cli.js"
  },
  "scripts": {
    "clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
    "build": "npm run clean && tsc && node -e \"require('fs').chmodSync('dist/bin/cli.js', 0o755)\"",
    "lint": "biome lint src bin test",
    "lint:fix": "biome lint --write --unsafe src bin test",
    "test": "npm run build && CLAUDE_SWITCH_DISABLE_KEYCHAIN=1 node --test dist/test/**/*.test.js dist/test/*.test.js",
    "build:mutation": "tsc --incremental --tsBuildInfoFile .stryker.tsbuildinfo",
    "mutation": "stryker run",
    "gif": "bash scripts/render-demo.sh",
    "install-hooks": "bash scripts/install-git-hooks.sh",
    "verify-release": "bash scripts/verify-release-readiness.sh",
    "gen:gui-contract": "node scripts/gen-gui-contract.mjs",
    "check:gui-contract": "node scripts/gen-gui-contract.mjs --check",
    "check:file-sizes": "node scripts/check-file-sizes.mjs",
    "check:duplication": "jscpd src",
    "prepublishOnly": "npm test"
  },
  "keywords": [
    "claude",
    "claude-code",
    "claude-cli",
    "anthropic",
    "anthropic-api",
    "claude-code-profile",
    "claude-code-profiles",
    "claude-profile",
    "claude-config-dir",
    "claude-code-multi-account",
    "claude-account-switcher",
    "claude-account-manager",
    "claude-code-login-switch",
    "claude-code-work-personal",
    "multi-account",
    "account-switcher",
    "oauth",
    "api-key",
    "fallback",
    "auto-revert",
    "rate-limit",
    "rate-limit-bypass",
    "claude-max",
    "claude-pro",
    "claude-max-rate-limit",
    "claude-weekly-limit",
    "claude-5h-limit",
    "subscription",
    "usage",
    "profiles",
    "isolated-session",
    "parallel-sessions",
    "multi-terminal",
    "statusline",
    "ccstatusline",
    "keychain",
    "credentials",
    "cli",
    "tui",
    "ink",
    "developer-tools",
    "productivity",
    "wrapper",
    "drop-in"
  ],
  "author": {
    "name": "SIRTHEO",
    "url": "https://github.com/SIRTHEO"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SIRTHEO/claude-switch.git"
  },
  "bugs": {
    "url": "https://github.com/SIRTHEO/claude-switch/issues"
  },
  "homepage": "https://github.com/SIRTHEO/claude-switch#readme",
  "engines": {
    "node": ">=20.12.0"
  },
  "files": [
    "dist/bin/",
    "dist/src/",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@biomejs/biome": "^2.4.14",
    "@stryker-mutator/core": "^9.6.1",
    "@types/node": "^25.5.0",
    "@types/react": "^19.2.14",
    "ink-testing-library": "^4.0.0",
    "jscpd": "^4.2.4",
    "typescript": "^6.0.2"
  },
  "dependencies": {
    "@inkjs/ui": "^2.0.0",
    "ink": "^7.0.2",
    "react": "^19.2.5"
  }
}
