{
  "name": "@devexcelsior/healing-governor-ui-overlay",
  "version": "0.0.5",
  "description": "Displays fallback suppression warnings when healing is blocked by governance.",
  "keywords": [
    "healing",
    "agentic",
    "degradation",
    "fallback",
    "adaptive",
    "devexcelsior"
  ],
  "license": "BUSL-1.1",
  "author": "Curt Puckett <curtnpuckett@gmail.com>",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "NOTICE.md",
    "COMMERCIAL.md"
  ],
  "devDependencies": {
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@devexcelsior/healing-reinforcer": "^0.0.1",
    "@devexcelsior/session-trust-index": "^0.0.1"
  },
  "scripts": {
    "build": "tsc"
  }
}