UNPKG

917 BJSONView Raw
1{
2 "name": "@commitlint/config-angular-type-enum",
3 "version": "8.0.0",
4 "description": "Shareable commitlint config enforcing the angular commit convention types",
5 "files": [
6 "index.js"
7 ],
8 "scripts": {
9 "clean": "exit 0",
10 "deps": "dep-check",
11 "pkg": "pkg-check",
12 "start": "exit 0",
13 "test": "exit 0"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/conventional-changelog/commitlint.git"
18 },
19 "keywords": [
20 "conventional-changelog",
21 "commitlint",
22 "commitlint-config",
23 "angular"
24 ],
25 "author": "Mario Nebl <hello@herebecode.com>",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/conventional-changelog/commitlint/issues"
29 },
30 "homepage": "https://github.com/conventional-changelog/commitlint#readme",
31 "devDependencies": {
32 "@commitlint/utils": "^8.0.0"
33 },
34 "gitHead": "29d1cee10ee7734a85d97ef039c4ce2da633628c"
35}