forked from conventional-changelog/commitlint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.15 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
{
"name": "babel-preset-commitlint",
"version": "8.2.0",
"description": "Lint your commit messages",
"main": "index.js",
"files": [
"index.js"
],
"ava": {
"files": [
"test.js",
"*.test.js"
]
},
"nyc": {
"all": true,
"sourceMap": false,
"instrument": false,
"include": [
"source/**/*.js"
]
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git"
},
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"keywords": [
"babel",
"conventional-changelog",
"commitlint",
"utility"
],
"author": {
"name": "Mario Nebl",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.7.7"
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/plugin-transform-react-jsx": "^7.7.7",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"fast-async": "^7.0.6"
}
}