{
  "name": "@zanminkian/git-hooks",
  "type": "module",
  "version": "0.3.2",
  "description": "A bundle of opinionated git hooks. All in one!",
  "author": "hellozmj@qq.com",
  "license": "MIT",
  "homepage": "https://github.com/zanminkian/git-hooks",
  "keywords": [
    "opinionated",
    "git",
    "hooks",
    "pre-commit",
    "husky",
    "lint-staged"
  ],
  "bin": {
    "git-hooks": "./bin/git-hooks.js",
    "lint-staged": "./bin/lint-staged.js"
  },
  "dependencies": {
    "@zanminkian/eslint-config": "^0.1.8",
    "commander": "^10.0.1",
    "cosmiconfig": "^8.1.3",
    "eslint": "^8.39.0",
    "git-commit-msg-linter": "^4.10.0",
    "lint-staged": "^13.2.2"
  }
}