{
  "name": "@zhcsyncer/pi-fast-mode",
  "version": "0.2.0",
  "description": "Same-model Fast / Priority scheduling for Pi on OpenAI and xAI.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhcsyncer/pi-extensions.git",
    "directory": "packages/pi-fast-mode"
  },
  "homepage": "https://github.com/zhcsyncer/pi-extensions/tree/main/packages/pi-fast-mode#readme",
  "bugs": {
    "url": "https://github.com/zhcsyncer/pi-extensions/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "fast-mode",
    "priority",
    "openai",
    "xai"
  ],
  "license": "MIT",
  "type": "module",
  "files": [
    "extensions",
    "assets",
    "CHANGELOG.md",
    "README.md",
    "README.zh-CN.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./extensions/fast-mode.ts"
    ],
    "image": "https://raw.githubusercontent.com/zhcsyncer/pi-extensions/main/packages/pi-fast-mode/assets/demo-fast-mode-status.png"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.84.3",
    "@earendil-works/pi-coding-agent": "0.84.3",
    "@earendil-works/pi-tui": "0.84.3",
    "@types/node": "25.6.0",
    "tsx": "4.22.4",
    "typescript": "6.0.3"
  },
  "scripts": {
    "typecheck": "tsc -p tsconfig.json",
    "test": "tsx --test tests/*.test.ts",
    "check": "pnpm typecheck && pnpm test"
  }
}