{
  "name": "pi-gpt56-switcher",
  "version": "0.1.0",
  "description": "A keyboard-first Pi extension for switching GPT-5.6 capability models and thinking levels within the active provider.",
  "type": "module",
  "license": "MIT",
  "author": "yoyooyooo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yoyooyooo/gpt56-switcher.git"
  },
  "homepage": "https://github.com/yoyooyooo/gpt56-switcher#readme",
  "bugs": {
    "url": "https://github.com/yoyooyooo/gpt56-switcher/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "gpt-5.6",
    "model-switcher",
    "thinking-level",
    "tui"
  ],
  "files": [
    "src",
    "docs/assets",
    "README.md",
    "README.zh-CN.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": ["./src/index.ts"]
  },
  "scripts": {
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "bun test && tsc -p tsconfig.json --noEmit"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.10",
    "@earendil-works/pi-tui": "0.80.10",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.10 <1",
    "@earendil-works/pi-tui": ">=0.80.10 <1"
  }
}
