{
  "name": "@garuda/engine",
  "version": "0.1.0-stage1",
  "private": true,
  "type": "module",
  "description": "Garuda config→runtime engine — Stage-1 walking skeleton (interprets the published Blueprint/Workflow; no per-customer code).",
  "scripts": {
    "start": "node src/run.js",
    "demo": "node src/run.js"
  }
}
