-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 586 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 586 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "commitlint-pre-commit-hook",
"version": "9.24.0",
"description": "A pre-commit hook for commitlint",
"main": "index.js",
"repository": "https://github.com/alessandrojcm/commitlint-pre-commit-hook.git",
"author": "Alessandro Cuppari <me@alessandrojcm.dev>",
"license": "MIT",
"private": true,
"type": "module",
"bin": {
"commitlint": "./node_modules/@commitlint/cli/cli.js",
"commitlint-travis": "./node_modules/@commitlint/travis-cli/cli.js"
},
"dependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/travis-cli": "^20.5.0"
}
}