forked from conventional-changelog/commitlint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1016 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": "7.5.0",
"description": "commit prompt using commitlint.config.js",
"files": [
"cli.js"
],
"bin": {
"commit": "./cli.js"
},
"scripts": {
"clean": "npx rimraf lib",
"commit": "$npm_package_bin_commit",
"deps": "dep-check",
"pkg": "pkg-check --skip-main",
"test": "ava -c 4 --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/conventional-changelog/commitlint.git"
},
"keywords": [
"commitlint",
"prompt"
],
"author": "Mario Nebl <hello@herebecode.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"devDependencies": {
"@commitlint/test": "^7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.25.0"
},
"dependencies": {
"@commitlint/prompt": "^7.5.0",
"execa": "0.9.0",
"string-to-stream": "1.1.1"
}
}