UNPKG

850 BJSONView Raw
1{
2 "name": "@leanup/git-hooks",
3 "version": "1.3.22",
4 "description": "This module contains some nice tools to organize git hooks for NodeJs projects.",
5 "author": "Martin Oppitz <npmjs@martinoppitz.com>",
6 "homepage": "https://leanupjs.org",
7 "keywords": [
8 "git",
9 "hooks",
10 "commitlint",
11 "husky",
12 "lint-staged",
13 "changelog",
14 "eslint",
15 "prettier"
16 ],
17 "license": "Apache-2.0",
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/leanupjs/leanup.git"
21 },
22 "bugs": {
23 "url": "https://github.com/leanupjs/leanup/issues"
24 },
25 "dependencies": {
26 "@commitlint/cli": "16.3.0",
27 "@commitlint/config-conventional": "16.2.4",
28 "@commitlint/format": "16.2.1",
29 "husky": "7.0.4",
30 "lint-staged": "12.5.0"
31 },
32 "peerDependencies": {
33 "eslint": "^8",
34 "prettier": "^2"
35 }
36}