{
  "name": "cc-cast",
  "version": "1.3.11",
  "description": "Claude Code Model Switcher - 快速切换 Claude Code 自定义模型配置",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "ccm": "dist/index.js",
    "ccc": "dist/index.js"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm --target node18 --minify --clean --out-dir dist --splitting false --external better-sqlite3 chalk commander enquirer update-notifier && tsc --emitDeclarationOnly",
    "dev": "tsup src/index.ts --format esm --target node18 --minify --clean --out-dir dist --splitting false --external better-sqlite3 chalk commander enquirer update-notifier --watch"
  },
  "keywords": [
    "claude",
    "claude-code",
    "model",
    "switcher"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/daylenjeez/cc-cast.git"
  },
  "dependencies": {
    "better-sqlite3": "^12.8.0",
    "chalk": "^5.6.2",
    "commander": "^14.0.3",
    "enquirer": "^2.4.1",
    "update-notifier": "^7.3.1"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^25.5.2",
    "@types/update-notifier": "^6.0.8",
    "tsup": "^8.5.1",
    "typescript": "^6.0.2"
  }
}
