-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 855 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@leanup/git-hooks",
"version": "2.0.0-rc.79",
"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.2.0",
"@commitlint/config-conventional": "17.2.0",
"@commitlint/format": "17.0.0",
"husky": "8.0.2",
"lint-staged": "13.0.3"
},
"peerDependencies": {
"eslint": "^8",
"prettier": "^2"
}
}