{
  "name": "git-commit-msg-linter",
  "version": "5.0.8",
  "description": "git commit message lint hook",
  "main": "index.js",
  "bin": {
    "commit-msg-linter": "cli/validate.js"
  },
  "files": [
    "cli/validate.js",
    "core/validate.js",
    "index.js",
    "index.d.ts",
    "commit-msg-linter.js",
    "constants.js",
    "install.js",
    "uninstall.js",
    "lang.js",
    "utils.js"
  ],
  "scripts": {
    "pub:patch": "npm version patch",
    "pub:minor": "npm version minor",
    "pub:major": "npm version major",
    "install": "node install.js",
    "uninstall": "node uninstall.js",
    "postversion": "npm publish",
    "postpublish": "git commit -am 'chore: update version' && npm run push",
    "push": "publishing=1 git push && publishing=1 git push --tags",
    "test": "bash ./test/e2e.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/legend80s/commit-msg-linter.git"
  },
  "keywords": [],
  "author": "legend80s",
  "license": "MIT",
  "engines": {
    "node": ">= 14.0.0"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "commit-msg-linter": "^1.0.0"
  },
  "lint-staged": {
    "*.js": "eslint"
  },
  "bugs": {
    "url": "https://github.com/legend80s/commit-msg-linter/issues"
  },
  "homepage": "https://github.com/legend80s/commit-msg-linter#readme"
}
