{
  "name": "pi-ccswitch-auto-switch",
  "version": "0.3.15",
  "description": "Provider-first automatic model failover extension for Pi and CC Switch",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi-extension",
    "ccswitch",
    "failover",
    "model-routing"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JunyWuuuu91/pi-ccswitch-auto-switch.git"
  },
  "bugs": {
    "url": "https://github.com/JunyWuuuu91/pi-ccswitch-auto-switch/issues"
  },
  "homepage": "https://github.com/JunyWuuuu91/pi-ccswitch-auto-switch#readme",
  "files": [
    "index.ts",
    "runner.mjs",
    "types.ts",
    "classify.ts",
    "candidates.ts",
    "health.ts"
  ],
  "bin": {
    "pi-ccswitch-run": "runner.mjs"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "type": "module",
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "test": "node --experimental-strip-types --test test/*.test.ts test/*.test.mjs",
    "typecheck": "tsc --noEmit --allowImportingTsExtensions --module nodenext --moduleResolution nodenext --target es2022 --skipLibCheck *.ts"
  },
  "devDependencies": {
    "@types/node": "^22.19.19",
    "typescript": "~5.9.3"
  }
}
