UNPKG

438 BJSONView Raw
1{
2 "name": "husky",
3 "version": "9.0.7",
4 "description": "Modern native Git hooks",
5 "keywords": [
6 "git",
7 "hooks",
8 "pre-commit"
9 ],
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/typicode/husky.git"
13 },
14 "funding": "https://github.com/sponsors/typicode",
15 "license": "MIT",
16 "author": "typicode",
17 "type": "module",
18 "bin": {
19 "husky": "bin.js"
20 },
21 "exports": "./index.js",
22 "engines": {
23 "node": ">=18"
24 }
25}