{
  "name": "claude-multiacc",
  "version": "1.0.1",
  "description": "Multi-account addon for Claude Code: every claude / claude -p runs under a randomly-picked subscription account with the most usage headroom. Mirrors to a deploy server. No API keys.",
  "type": "module",
  "bin": {
    "claude-multiacc": "bin/cli.mjs"
  },
  "files": [
    "bin/",
    "lib/",
    "install.sh",
    "scripts/postinstall.mjs",
    "tests/",
    "README.md",
    "CLAUDE_ACCS_TASK.md"
  ],
  "keywords": [
    "claude",
    "claude-code",
    "anthropic",
    "multi-account",
    "subscription",
    "rate-limit",
    "usage-limits",
    "addon",
    "cli",
    "gowalk"
  ],
  "author": {
    "name": "Gowalk"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gowalk-public/claude-multiacc.git"
  },
  "homepage": "https://github.com/gowalk-public/claude-multiacc#readme",
  "bugs": {
    "url": "https://github.com/gowalk-public/claude-multiacc/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.mjs",
    "test": "bash tests/run-tests.sh"
  },
  "dependencies": {
    "update-notifier": "^7.3.1"
  }
}
