{
  "name": "pi-fastmode-web",
  "version": "0.2.1",
  "description": "Pi extension: automatic GPT-5 fast tier requests or same-provider fallback for pi CLI and pi-web",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "openai",
    "fast-mode",
    "service-tier",
    "pi-web"
  ],
  "files": [
    "src",
    "extensions",
    "dist",
    "README.md",
    "README.zh-CN.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && cp dist/index.js dist/index.d.ts extensions/",
    "test": "npm run build && node --test test/index.test.mjs"
  },
  "dependencies": {
    "@earendil-works/pi-coding-agent": "^0.83.0"
  },
  "devDependencies": {
    "typescript": "^5.9.3"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/icekale/pi-fastmode-web.git"
  },
  "bugs": {
    "url": "https://github.com/icekale/pi-fastmode-web/issues"
  },
  "homepage": "https://github.com/icekale/pi-fastmode-web"
}
