@leanup/git-hooks
Version:
This module contains some nice tools to organize git hooks for NodeJs projects.
36 lines • 849 B
JSON
{
"name": "@leanup/git-hooks",
"version": "1.3.54",
"description": "This module contains some nice tools to organize git hooks for NodeJs projects.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
"keywords": [
"git",
"hooks",
"commitlint",
"husky",
"lint-staged",
"changelog",
"eslint",
"prettier"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/leanupjs/leanup.git"
},
"bugs": {
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@commitlint/format": "17.8.1",
"husky": "8.0.3",
"lint-staged": "14.0.1"
},
"peerDependencies": {
"eslint": "^8",
"prettier": "^3"
}
}