{
  "name": "maxpool",
  "version": "1.11.0",
  "description": "Multi-account Claude Code proxy with adaptive, rate-aware load balancing across Claude accounts",
  "type": "module",
  "main": "src/index.js",
  "bin": {
    "maxpool": "src/index.js"
  },
  "files": [
    "src/",
    "LICENSE"
  ],
  "scripts": {
    "start": "node src/index.js",
    "test": "bash scripts/run-tests.sh",
    "lint": "eslint src/ test/",
    "release": "bash scripts/release.sh",
    "version": "bash scripts/update-changelog.sh"
  },
  "keywords": [
    "claude",
    "claude-code",
    "anthropic",
    "proxy",
    "load-balancer",
    "rate-limit",
    "multi-account"
  ],
  "author": "Max Krasnykh",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/2solarmax/maxpool.git"
  },
  "homepage": "https://github.com/2solarmax/maxpool#readme",
  "bugs": {
    "url": "https://github.com/2solarmax/maxpool/issues"
  },
  "engines": {
    "node": ">=20.3.0"
  },
  "devDependencies": {
    "eslint": "^9.39.5",
    "git-cliff": "2.13.1"
  }
}
