{
  "name": "claude-switcher-core",
  "version": "1.0.0",
  "description": "Troca de conta do Claude Code (Claude CLI) — núcleo compartilhado pelos wrappers de fish, bash/zsh e PowerShell.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArthurViniciusBA1/claude-code-multi-account.git"
  },
  "homepage": "https://github.com/ArthurViniciusBA1/claude-code-multi-account",
  "bin": {
    "claude-switcher-core": "bin/core.js"
  },
  "files": [
    "bin",
    "lib",
    "scripts",
    "functions",
    "conf.d",
    "shell",
    "powershell"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "preuninstall": "node scripts/preuninstall.js"
  },
  "engines": {
    "node": ">=18"
  }
}
