{
  "name": "@c-d-cc/reap",
  "version": "0.16.5",
  "description": "Recursive Evolutionary Autonomous Pipeline — AI and humans evolve software across generations",
  "license": "MIT",
  "author": "HyeonIL Choi <hichoi@c-d.cc> (C to D)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/c-d-cc/reap.git"
  },
  "homepage": "https://reap.cc",
  "bugs": {
    "url": "https://github.com/c-d-cc/reap/issues"
  },
  "keywords": [
    "ai",
    "development pipeline",
    "evolutionary",
    "claude",
    "genome",
    "lifecycle",
    "harness",
    "ai workflow",
    "agent workflow",
    "ai driven",
    "opencode",
    "codex"
  ],
  "type": "module",
  "bin": {
    "reap": "dist/cli/index.js"
  },
  "files": [
    "dist/",
    "scripts/postinstall.sh",
    "README.md",
    "RELEASE_NOTICE.md"
  ],
  "scripts": {
    "dev": "bun src/cli/index.ts",
    "build": "bash scripts/build.sh",
    "typecheck": "tsc --noEmit",
    "test": "npm run test:unit && npm run test:e2e && npm run test:scenario",
    "test:unit": "bun test tests/unit/",
    "test:e2e": "bun test tests/e2e/",
    "test:scenario": "bun test tests/scenario/",
    "postinstall": "bash scripts/postinstall.sh || true"
  },
  "dependencies": {
    "@c-d-cc/reap-daemon": "file:./daemon",
    "yaml": "^2.0.0"
  },
  "reap": {
    "autoUpdateMinVersion": "0.16.0"
  },
  "devDependencies": {
    "@types/bun": "^1.3.11",
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  }
}
