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