{
  "name": "@itsshadowai/refinery",
  "version": "0.1.1",
  "type": "module",
  "description": "Refinery — Codex-first memory review CLI.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xpriment626/refinery.git"
  },
  "homepage": "https://github.com/xpriment626/refinery#readme",
  "bugs": {
    "url": "https://github.com/xpriment626/refinery/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "coral",
    "skills",
    "scripts/postinstall.mjs",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "bin": {
    "refinery": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json && node scripts/mark-bin-executable.mjs",
    "cli": "node src/cli.ts",
    "mcp": "node src/mcp.ts",
    "coral:worker": "node src/coral/worker.ts",
    "coral:smoke": "node src/coral/smoke.ts",
    "postinstall": "node scripts/postinstall.mjs",
    "test": "node --test $(find src -name '*.test.ts' -print)",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "@ai-sdk/openai": "^3.0.67",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/node": "^26.0.1",
    "typescript": "^6.0.3"
  }
}
