1
0
Fork 0
EdikoyoWiki-n04/node_modules/husky/package.json

26 lines
438 B
JSON
Raw Normal View History

2024-09-06 22:03:25 +00:00
{
"name": "husky",
"version": "9.1.5",
"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"
}
}