{
  "name": "payanagent-catalog-health-checker",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "node --test test.mjs",
    "scan": "node catalog-health-checker.mjs --report sample-report.json --summary summary.md"
  }
}
