{
  "name": "@gowthamgts/pi-codex-fast-mode",
  "version": "1.1.0",
  "description": "A pi extension for toggling fast mode on supported OpenAI Codex models.",
  "type": "module",
  "license": "MIT",
  "author": "Gowtham Gopalakrishnan",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gowthamgts/pi-stuff.git",
    "directory": "extensions/codex-fast-mode"
  },
  "homepage": "https://github.com/gowthamgts/pi-stuff/tree/main/extensions/codex-fast-mode#readme",
  "bugs": {
    "url": "https://github.com/gowthamgts/pi-stuff/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "pi-coding-agent",
    "coding-agent",
    "developer-tools",
    "ai",
    "openai",
    "openai-codex",
    "codex",
    "fast-mode",
    "priority-processing",
    "service-tier"
  ],
  "files": [
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --test tests/*.test.ts",
    "check:load": "pi --offline --no-extensions -e ./index.ts --list-models openai-codex"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
