{
  "name": "git-hooks-list",
  "version": "4.2.1",
  "description": "List of Git hooks",
  "keywords": [
    "git",
    "hooks",
    "list"
  ],
  "homepage": "https://github.com/fisker/git-hooks-list#readme",
  "bugs": {
    "url": "https://github.com/fisker/git-hooks-list/issues"
  },
  "repository": "fisker/git-hooks-list",
  "funding": "https://github.com/fisker/git-hooks-list?sponsor=1",
  "license": "MIT",
  "author": {
    "name": "fisker Cheung",
    "email": "lionkay@gmail.com",
    "url": "https://www.fiskercheung.com/"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "require": "./index.json",
      "default": "./index.js"
    },
    "./*": "./*"
  },
  "main": "index.json",
  "jsdelivr": "index.json",
  "unpkg": "index.json",
  "browser": "index.json",
  "files": [
    "index.d.ts",
    "index.json",
    "index.js"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
