{
  "name": "@daylenjeez/ccm-switch",
  "version": "1.3.4",
  "description": "Claude Code Model Switcher - 快速切换 Claude Code 自定义模型配置",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "ccm": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch"
  },
  "keywords": [
    "claude",
    "claude-code",
    "model",
    "switcher"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/daylenjeez/ccm-switch.git"
  },
  "dependencies": {
    "@clack/prompts": "^1.2.0",
    "better-sqlite3": "^12.8.0",
    "chalk": "^5.6.2",
    "commander": "^14.0.3"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^25.5.2",
    "typescript": "^6.0.2"
  }
}
