{
  "name": "@super-repo/factory",
  "version": "0.4.0",
  "description": "Autonomous software factory: pulls work from a multi-source backlog and ships it across a .super/ stack with hard guardrails",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "docker",
    "templates"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "factory",
    "automation",
    "monorepo",
    "git",
    "super",
    "claude",
    "ai"
  ],
  "license": "MIT",
  "rune": {
    "config": "../../../config/rune.config.ts"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.39.0",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "tsx": "^4.21.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.5"
  }
}