{
  "name": "cc-switch-config",
  "version": "0.4.0",
  "type": "module",
  "description": "轻量级 Claude Code 项目级 API 配置切换工具 — 零依赖臃肿，秒级切换，交互式 TUI",
  "author": "HosheaLi",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/HosheaLi/cc-switch-config.git"
  },
  "bin": {
    "cc-config": "./dist/index.js"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/",
    "README.md",
    "USAGE.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=18.17"
  },
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsup",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "bench": "vitest bench scripts/",
    "docs": "typedoc"
  },
  "dependencies": {
    "chokidar": "^5.0.0",
    "cli-table3": "^0.6.5",
    "commander": "14.0.3",
    "conf": "15.1.0",
    "env-paths": "4.0.0",
    "execa": "9.6.1",
    "fs-extra": "11.3.4",
    "fuse.js": "^7.3.0",
    "picocolors": "^1.1.1",
    "prompts": "^2.4.2",
    "zod": "4.3.6"
  },
  "devDependencies": {
    "@testing-library/dom": "^10.4.1",
    "@types/fs-extra": "11.0.4",
    "@types/node": "22.15.21",
    "@types/prompts": "^2.4.9",
    "deep-object-diff": "^1.1.9",
    "diff": "^9.0.0",
    "jsdom": "^29.0.2",
    "tsup": "8.5.1",
    "tsx": "4.19.4",
    "typedoc": "^0.28.19",
    "typescript": "6.0.2",
    "vitest": "3.2.4"
  },
  "keywords": [
    "claude-code",
    "cli",
    "tui",
    "api-config",
    "config-switch",
    "project-level",
    "lightweight",
    "anthropic"
  ]
}
