{
  "name": "@inulute/cux",
  "version": "0.3.0",
  "description": "Run multiple Claude Code accounts as one",
  "keywords": [
    "claude",
    "claude-code",
    "anthropic",
    "cli",
    "account",
    "switcher",
    "oauth"
  ],
  "homepage": "https://cux.inulute.com",
  "funding": {
    "type": "individual",
    "url": "https://support.inulute.com"
  },
  "bugs": {
    "url": "https://github.com/inulute/cux/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inulute/cux.git"
  },
  "license": "GPL-3.0-only",
  "author": "inulute",
  "type": "module",
  "bin": {
    "cux": "bin/cux.js"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "files": [
    "bin/",
    "install.js",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "os": [
    "linux",
    "darwin",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
