22 lines
503 B
JSON
22 lines
503 B
JSON
{
|
|
"name": "husky",
|
|
"version": "6.0.0",
|
|
"description": "Modern native Git hooks made easy",
|
|
"bin": "lib/bin.js",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"keywords": [
|
|
"git",
|
|
"hooks",
|
|
"pre-commit"
|
|
],
|
|
"author": "Typicode <typicode@gmail.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://typicode.github.io/husky",
|
|
"repository": "github:typicode/husky",
|
|
"funding": "https://github.com/sponsors/typicode",
|
|
"gitHead": "cb4e3b913e2d8963af3179650ed550d3a0e210f5"
|
|
}
|