{
  "name": "@ingeniomaps/cauce",
  "version": "0.98.0",
  "description": "Sistema portable de planificación y ejecución verificable para cualquier proyecto",
  "keywords": [
    "planning",
    "agents",
    "ai-agents",
    "cli",
    "workflow",
    "governance"
  ],
  "type": "commonjs",
  "bin": {
    "cauce": "engine/cli/ops.js"
  },
  "files": [
    "engine/",
    "template/",
    "agents/",
    "flows/",
    "automatization/",
    "CHANGELOG.md",
    "!**/evaluations/results/**",
    "!**/learning/reports/**",
    "!**/learning/proposals/**"
  ],
  "scripts": {
    "ops": "node engine/cli/ops.js",
    "check": "node engine/cli/ops.js check template/planning",
    "automation:check": "node engine/cli/ops.js automation check .",
    "integration:check": "node engine/cli/ops.js integration check template jira",
    "test": "bash test/tools/hooks-smoke.sh && node --test \"test/**/*.test.js\"",
    "coverage": "bash test/tools/coverage.sh",
    "coverage:update": "bash test/tools/coverage.sh --update",
    "dead-code": "node test/tools/dead-code.js",
    "ci": "npm run check && npm run automation:check && npm run integration:check && npm run dead-code && npm run coverage",
    "prepublishOnly": "npm run ci"
  },
  "engines": {
    "node": ">=24"
  },
  "packageManager": "npm@11.16.0",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ingeniomaps/cauce.git"
  },
  "homepage": "https://github.com/ingeniomaps/cauce#readme",
  "bugs": {
    "url": "https://github.com/ingeniomaps/cauce/issues"
  },
  "license": "MIT"
}
