@leanup/git-hooks
Version:
This module contains some nice tools to organize git hooks for NodeJs projects.
37 lines (36 loc) • 849 B
JSON
{
"name": "@leanup/git-hooks",
"version": "1.2.5",
"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": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@commitlint/format": "13.2.0",
"husky": "7.0.2",
"lint-staged": "11.2.3"
},
"peerDependencies": {
"eslint": "^7",
"prettier": "^2"
}
}