forked from conventional-changelog/commitlint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 936 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
{
"name": "@commitlint/config-angular",
"version": "7.5.0",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
],
"scripts": {
"clean": "exit 0",
"deps": "dep-check",
"pkg": "pkg-check --skip-import",
"start": "exit 0",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/conventional-changelog/commitlint.git"
},
"keywords": [
"conventional-changelog",
"commitlint",
"commitlint-config",
"angular"
],
"author": "Mario Nebl <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"devDependencies": {
"@commitlint/utils": "^7.5.0"
},
"dependencies": {
"@commitlint/config-angular-type-enum": "^7.5.0"
}
}