{
  "name": "@wienerberliner/pi-openai-fast",
  "version": "0.1.3",
  "description": "Minimal Pi extension for OpenAI Fast mode.",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dasomji/pi-openai-fast.git"
  },
  "bugs": {
    "url": "https://github.com/dasomji/pi-openai-fast/issues"
  },
  "homepage": "https://github.com/dasomji/pi-openai-fast#readme",
  "keywords": [
    "pi-package",
    "pi-extension",
    "openai",
    "codex",
    "fast"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "rm -rf .test-dist && tsc --outDir .test-dist && node tests/openai-fast.test.mjs"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "latest",
    "typescript": "^5.8.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
