-
Notifications
You must be signed in to change notification settings - Fork 931
/
Copy pathpackage.json
42 lines (42 loc) · 994 Bytes
/
package.json
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
37
38
39
40
41
42
{
"name": "@commitlint/prompt-cli",
"version": "12.0.0",
"description": "commit prompt using commitlint.config.js",
"files": [
"cli.js"
],
"bin": {
"commit": "./cli.js"
},
"scripts": {
"commit": "$npm_package_bin_commit",
"deps": "dep-check",
"pkg": "pkg-check --skip-main"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git"
},
"keywords": [
"commitlint",
"prompt"
],
"author": "Mario Nebl <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"engines": {
"node": ">=v10"
},
"devDependencies": {
"@commitlint/test": "^9.1.0",
"@commitlint/utils": "^12.0.0"
},
"dependencies": {
"@commitlint/prompt": "^12.0.0",
"execa": "^5.0.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}