{
  "name": "pi-ccs-current-model",
  "version": "0.1.0",
  "description": "Quickly switch models within the active pi-ccs provider.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://gitee.com/luqingyu1015/pi-ccs-current-model.git"
  },
  "homepage": "https://gitee.com/luqingyu1015/pi-ccs-current-model",
  "bugs": {
    "url": "https://gitee.com/luqingyu1015/pi-ccs-current-model/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "cc-switch",
    "pi-ccs",
    "model",
    "provider"
  ],
  "files": [
    "extensions",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "pi-ccs": "^0.1.3"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.82.1",
    "@types/node": "^22.0.0",
    "pi-ccs": "^0.1.3",
    "typescript": "^5.9.0"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "pack:check": "npm pack --dry-run"
  }
}
