-
Notifications
You must be signed in to change notification settings - Fork 933
/
Copy pathpackage.json
67 lines (67 loc) · 1.57 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@commitlint/prompt",
"version": "9.1.2",
"description": "commitizen prompt using commitlint.config.js",
"main": "./lib/index.js",
"files": [
"lib/"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
"commit": "git-cz",
"deps": "dep-check",
"pkg": "pkg-check --skip-import",
"start": "yarn run watch",
"watch": "babel src --out-dir lib --watch --source-maps"
},
"babel": {
"presets": [
"commitlint"
],
"ignore": [
"**/*.test.js"
]
},
"config": {
"commitizen": {
"path": "./@commitlint/prompt"
}
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git"
},
"keywords": [
"conventional-changelog",
"commitlint",
"prompt",
"cz",
"commitizen"
],
"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.21.0"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@commitlint/utils": "^9.1.2",
"babel-preset-commitlint": "^9.1.2",
"commitizen": "4.1.2",
"cross-env": "7.0.2"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"@commitlint/load": "^9.1.2",
"chalk": "^4.0.0",
"lodash": "^4.17.19",
"throat": "^5.0.0",
"vorpal": "^1.12.0"
},
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
}