{
  "name": "pi-gpt-enhance",
  "version": "0.3.0",
  "description": "OpenAI Responses compaction, Fast mode, prompt promotion, and optional apply_patch for Pi",
  "type": "module",
  "license": "(MIT AND Apache-2.0)",
  "keywords": [
    "pi-package",
    "pi-extension",
    "openai",
    "gpt",
    "responses",
    "compaction",
    "codex"
  ],
  "files": [
    "src",
    "README.md",
    "README.zh-CN.md",
    "LICENSE",
    "LICENSES",
    "NOTICE"
  ],
  "exports": {
    ".": "./src/index.ts",
    "./lifecycle": "./src/lifecycle.ts",
    "./manual-compaction": "./src/manual-compaction.ts",
    "./stream": "./src/stream.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/peach0x33a/pi-extensions.git",
    "directory": "packages/gpt-enhance"
  },
  "homepage": "https://github.com/peach0x33a/pi-extensions/tree/main/packages/gpt-enhance#readme",
  "bugs": {
    "url": "https://github.com/peach0x33a/pi-extensions/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "check": "bun run typecheck && bun run test"
  },
  "dependencies": {
    "pi-codex-gpt-metadata": "^0.2.0",
    "proper-lockfile": "^4.1.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@types/proper-lockfile": "^4.1.4",
    "vitest": "^4.1.5"
  }
}
