{
  "name": "codex-review-cc",
  "version": "1.2.1",
  "description": "Adversarial OpenAI Codex review for Claude Code: /codex:code-review and /codex:spec-review, debating Codex to convergence as a hard gate.",
  "license": "MIT",
  "author": "Khanh Truong Vu <vukhanhtruong@gmail.com>",
  "homepage": "https://github.com/vukhanhtruong/codex-review-cc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vukhanhtruong/codex-review-cc.git"
  },
  "keywords": ["claude-code", "claude-code-plugin", "codex", "code-review", "openai"],
  "bin": {
    "codex-review-cc": "bin/codex-review-cc.js"
  },
  "files": [
    "bin/"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "prepare": "git config core.hooksPath .githooks || true",
    "test": "bash tests/codex-lib.test.sh && bash tests/install.test.sh && bash tests/npx-install.test.sh",
    "evals": "bash evals/run-evals.sh --quality --open"
  }
}
