{
  "name": "@slowcook-ai/cli",
  "version": "0.28.0",
  "description": "CLI for the slowcook brewing harness",
  "license": "MIT",
  "author": "aminazar",
  "repository": {
    "type": "git",
    "url": "https://github.com/aminazar/slowcook.git",
    "directory": "packages/cli"
  },
  "homepage": "https://github.com/aminazar/slowcook/tree/main/packages/cli#readme",
  "bugs": {
    "url": "https://github.com/aminazar/slowcook/issues"
  },
  "keywords": [
    "tdd",
    "ai",
    "agents",
    "testing",
    "cli",
    "brewing",
    "slowcook"
  ],
  "type": "module",
  "bin": {
    "slowcook": "./dist/cli.js"
  },
  "main": "./dist/cli.js",
  "types": "./dist/cli.d.ts",
  "files": [
    "dist",
    "README.md",
    "REPORTING.md",
    "AGENTS.md"
  ],
  "dependencies": {
    "@anthropic-ai/sdk": "^0.106.0",
    "@octokit/rest": "^22.0.1",
    "@playwright/test": "^1.61.0",
    "ts-morph": "^28.0.0",
    "yaml": "^2.9.0",
    "zod": "^4.4.3",
    "@slowcook-ai/forge-github": "^0.14.0",
    "@slowcook-ai/stack-ts": "^0.9.9",
    "@slowcook-ai/core": "^0.17.0",
    "@slowcook-ai/llm-anthropic": "^0.21.0",
    "@slowcook-ai/recorder": "^0.9.1",
    "@slowcook-ai/review-overlay": "^0.14.0",
    "@slowcook-ai/gates": "^0.11.0"
  },
  "devDependencies": {
    "@types/node": "^26.0.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20"
  },
  "optionalDependencies": {
    "rustwright": "^0.1.1"
  },
  "scripts": {
    "build": "tsc -b",
    "test": "vitest run --passWithNoTests",
    "typecheck": "tsc --noEmit"
  }
}