26 lines
438 B
JSON
26 lines
438 B
JSON
|
{
|
||
|
"name": "husky",
|
||
|
"version": "9.1.3",
|
||
|
"type": "module",
|
||
|
"description": "Modern native Git hooks",
|
||
|
"keywords": [
|
||
|
"git",
|
||
|
"hooks",
|
||
|
"pre-commit"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/typicode/husky.git"
|
||
|
},
|
||
|
"funding": "https://github.com/sponsors/typicode",
|
||
|
"license": "MIT",
|
||
|
"author": "typicode",
|
||
|
"bin": {
|
||
|
"husky": "bin.js"
|
||
|
},
|
||
|
"exports": "./index.js",
|
||
|
"engines": {
|
||
|
"node": ">=18"
|
||
|
}
|
||
|
}
|