{
  "name": "pi-openai-codex-compat",
  "version": "0.0.16",
  "description": "OpenAI Codex compatibility for Pi with native compaction, fast mode, and Codex-optimized capabilities",
  "keywords": [
    "pi-package"
  ],
  "homepage": "https://github.com/2h2d-co/pi-openai-codex-compat#readme",
  "bugs": {
    "url": "https://github.com/2h2d-co/pi-openai-codex-compat/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Kaan Ozdokmeci",
    "email": "kaan@ozdokmeci.com",
    "url": ""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/2h2d-co/pi-openai-codex-compat.git"
  },
  "bin": {
    "pi-apply-patch": "./bin/pi-apply-patch.ts"
  },
  "files": [
    "bin",
    "extensions",
    "APPLY_PATCH_INSTRUCTION_FEEDBACK.md",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "LICENSES",
    "THIRD_PARTY_NOTICES.md"
  ],
  "type": "module",
  "scripts": {
    "check": "hk check --all --check",
    "test": "node --test --test-concurrency=4 test/*.test.ts",
    "test:live:codex": "PI_CODEX_LIVE_TEST=1 node --test --test-concurrency=1 test/codex-host.live.test.ts test/codex-cli.live.test.ts",
    "pack:dry": "npm pack --dry-run --allow-directory=all",
    "release": "node scripts/release.ts",
    "fmt": "oxfmt",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix"
  },
  "dependencies": {
    "node-pty": "1.2.0-beta.15",
    "tree-sitter": "0.25.1",
    "tree-sitter-bash": "0.25.1"
  },
  "devDependencies": {
    "@2h2d/oxlint-config": "0.1.1",
    "@2h2d/ts-config": "0.0.1",
    "@earendil-works/pi-ai": "0.87.1",
    "@earendil-works/pi-coding-agent": "0.87.1",
    "@earendil-works/pi-tui": "0.87.1",
    "@types/node": "22.20.1",
    "oxfmt": "0.64.0",
    "oxlint": "1.79.0",
    "oxlint-tsgolint": "7.0.2001",
    "typebox": "1.3.16",
    "typescript": "7.0.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.87.0 <0.88.0",
    "@earendil-works/pi-coding-agent": ">=0.87.0 <0.88.0",
    "@earendil-works/pi-tui": ">=0.87.0 <0.88.0",
    "typebox": "*"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  }
}
