{
  "name": "simplest-sdd",
  "version": "0.6.0",
  "description": "An approval-gated spec-driven workflow with integrated planning, model-agnostic execution routing, and execution analytics.",
  "type": "module",
  "bin": {
    "simplest-sdd": "bin/simplest-sdd.mjs"
  },
  "files": [
    "bin",
    "lib",
    "docs",
    "examples",
    "prompts",
    "schema",
    "PROMPT.md",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --test"
  },
  "keywords": [
    "agents",
    "claude",
    "codex",
    "orchestration",
    "analytics",
    "spec-driven-development",
    "sdd"
  ],
  "author": "Marcelo Leon",
  "license": "MIT",
  "engines": {
    "node": ">=18"
  }
}
