{
  "name": "prefix-commit-message",
  "version": "4.2.0",
  "description": "Git hook to extract ID from branch name into commit message",
  "repository": "https://github.com/ljpengelen/prefix-commit-message",
  "author": "Luc Engelen",
  "license": "MIT",
  "private": false,
  "bin": "cli.js",
  "keywords": [
    "git",
    "hook",
    "hooks",
    "prepare-commit-msg",
    "jira",
    "pivotal",
    "tracker"
  ],
  "devDependencies": {
    "chai": "^5.0.0",
    "mocha": "^10.2.0"
  },
  "scripts": {
    "test": "mocha",
    "ci": "mocha --reporter=xunit --reporter-option output=test-results.xml"
  }
}
