{
  "name": "claude-multiacc",
  "version": "2.0.2",
  "description": "Unified Claude Code and OpenAI Codex subscription pooling with quota-aware selection.",
  "type": "module",
  "bin": {
    "claude-multiacc": "bin/cli.mjs",
    "multiacc-select": "bin/multiacc-select"
  },
  "files": [
    "bin/",
    "lib/",
    "install.sh",
    "scripts/postinstall.mjs",
    "tests/",
    "docs/",
    "README.md",
    "CLAUDE_ACCS_TASK.md"
  ],
  "keywords": [
    "claude",
    "claude-code",
    "codex",
    "codex-cli",
    "openai",
    "chatgpt",
    "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 && python3 tests/test_selector.py"
  },
  "dependencies": {
    "update-notifier": "^7.3.1"
  }
}
