{
  "name": "validate-conventional-commit",
  "version": "1.0.4",
  "description": "Smallest simplest conventional commit validator to use with eg Husky",
  "homepage": "http://github.com/voxpelli/validate-conventional-commit",
  "repository": {
    "type": "git",
    "url": "git://github.com/voxpelli/validate-conventional-commit.git"
  },
  "keywords": [
    "husky",
    "conventional-commit",
    "commitlint",
    "commit",
    "git",
    "commit-msg"
  ],
  "author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)",
  "license": "0BSD",
  "engines": {
    "node": ">=16.0.0"
  },
  "type": "module",
  "bin": {
    "validate-conventional-commit": "cli.js"
  },
  "files": [
    "cli.js"
  ],
  "scripts": {
    "check:lint": "eslint --report-unused-disable-directives .",
    "check:tsc": "tsc",
    "check": "run-p check:*",
    "prepare": "husky",
    "test": "run-s check"
  },
  "devDependencies": {
    "@types/node": "^16.18.101",
    "@voxpelli/eslint-config": "^20.0.0-beta.4",
    "@voxpelli/tsconfig": "^12.0.1",
    "eslint": "^9.6.0",
    "husky": "^9.0.11",
    "npm-run-all2": "^6.2.0",
    "typescript": "~5.5.2"
  }
}
