{
  "name": "codeowners-audit",
  "version": "2.9.0",
  "description": "Generate an HTML report for CODEOWNERS ownership gaps and run in CI or from the CLI to fail when files are not covered.",
  "type": "module",
  "bin": {
    "codeowners-audit": "report.js"
  },
  "scripts": {
    "coverage": "c8 node --test",
    "coverage:check": "c8 --check-coverage node --test",
    "lint:commit": "commitlint --last --verbose",
    "lint:commit:message": "commitlint --verbose",
    "lint:types": "tsc",
    "prepare": "husky",
    "test": "node --test",
    "update-example": "node report.js nodejs/node --no-open -o example.html -y"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watson/codeowners-audit.git"
  },
  "keywords": [
    "codeowners",
    "github",
    "report",
    "cli",
    "ci",
    "check",
    "validation",
    "coverage"
  ],
  "author": "Thomas Watson <w@tson.dk> (https://wa.tson.dk/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/watson/codeowners-audit/issues"
  },
  "homepage": "https://github.com/watson/codeowners-audit#readme",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "devDependencies": {
    "@commitlint/cli": "^20.4.3",
    "@commitlint/config-conventional": "^20.4.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.5",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "c8": "^11.0.0",
    "husky": "^9.1.7",
    "semantic-release": "^25.0.3",
    "typescript": "^5.9.3"
  }
}
