{
  "name": "@alexlit/config-hooks",
  "version": "5.4.0",
  "private": false,
  "description": "Hooks config",
  "keywords": [
    "hooks",
    "config"
  ],
  "homepage": "https://github.com/alex-lit/lint-kit/tree/master/packages/config-hooks#readme",
  "bugs": {
    "url": "https://github.com/alex-lit/lint-kit/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alex-lit/lint-kit.git",
    "directory": "packages/config-hooks"
  },
  "license": "MIT",
  "author": "Alexey Litovchenko",
  "maintainers": [
    "Alexey Litovchenko <alex.lit@outlook.com> (https://github.com/alex-lit)"
  ],
  "type": "module",
  "main": "index.js",
  "files": [
    "README.md",
    "index.js",
    "lint-staged.js"
  ],
  "scripts": {
    "ou": "../../scripts/ou.sh",
    "release": "../../scripts/release.sh",
    "semver": "../../scripts/semver.sh",
    "up": "../../scripts/up.sh"
  },
  "dependencies": {
    "husky": "^9.1.7",
    "lint-staged": "^16.4.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
