{
  "name": "codex-plus-patcher",
  "version": "0.18.0",
  "private": false,
  "description": "Patch queue tool for building local ChatGPT Plus or Codex Plus apps from installed OpenAI desktop apps.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/michaelw/codex-plus-patcher.git"
  },
  "bugs": {
    "url": "https://github.com/michaelw/codex-plus-patcher/issues"
  },
  "homepage": "https://github.com/michaelw/codex-plus-patcher#readme",
  "bin": {
    "codex-plus-patcher": "src/cli.js"
  },
  "files": [
    "src/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --test tests/*.test.js",
    "check": "node scripts/check-syntax.js",
    "check:package": "node scripts/check-package-contents.js",
    "check:pr": "node scripts/safe-automerge-pr.js --check",
    "pr:automerge": "node scripts/safe-automerge-pr.js",
    "regression:sources": "node scripts/regression-sources.js",
    "release:intake": "node scripts/release-intake.js"
  },
  "engines": {
    "node": ">=20"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@aharness/core": "https://github.com/michaelw/aharness/releases/download/aharness-core-v0.1.3-cpx.1/codex-plus-aharness-core-0.1.3-cpx.1.tgz",
    "fzf": "0.5.2",
    "ora": "^9.4.0"
  }
}
