{
  "name": "codex-copilot-dx",
  "version": "0.8.6",
  "description": "Use Codex App with GitHub Copilot",
  "author": "Dale Xiao",
  "type": "module",
  "bin": {
    "ccdx": "bin/cli.mjs",
    "codex-copilot-dx": "bin/codex-copilot-dx.mjs"
  },
  "files": [
    "bin/",
    "src/",
    "scripts/benchmark.mjs",
    "scripts/benchmark-probes.mjs",
    "scripts/fixtures/",
    "README.md"
  ],
  "keywords": [
    "codex",
    "copilot",
    "github",
    "openai",
    "proxy",
    "responses-api"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dalexiao/codex-copilot-dx.git"
  },
  "homepage": "https://github.com/dalexiao/codex-copilot-dx#readme",
  "bugs": {
    "url": "https://github.com/dalexiao/codex-copilot-dx/issues"
  },
  "engines": {
    "node": ">=22.15.0"
  },
  "scripts": {
    "test": "node --test",
    "test:smoke": "node scripts/offline-smoke.mjs",
    "test:e2e": "bash test/e2e.sh",
    "bench": "node scripts/benchmark.mjs",
    "bench:payload": "node scripts/benchmark.mjs --large-payload",
    "bench:check": "node scripts/benchmark.mjs --check",
    "pack:check": "npm pack --dry-run --json",
    "verify": "npm test && npm run test:smoke && npm run bench:check && npm run pack:check",
    "prepublishOnly": "npm run verify"
  },
  "dependencies": {
    "sharp": "^0.35.3",
    "smol-toml": "1.8.0"
  }
}
