UNPKG

953 BJSONView Raw
1{
2 "name": "@commitlint/config-angular-type-enum",
3 "type": "module",
4 "version": "19.1.0",
5 "description": "Shareable commitlint config enforcing the angular commit convention types",
6 "main": "index.js",
7 "files": [
8 "index.js"
9 ],
10 "scripts": {
11 "deps": "dep-check",
12 "pkg": "pkg-check"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/conventional-changelog/commitlint.git",
17 "directory": "@commitlint/config-angular-type-enum"
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://commitlint.js.org/",
31 "engines": {
32 "node": ">=v18"
33 },
34 "devDependencies": {
35 "@commitlint/utils": "^19.0.0"
36 },
37 "gitHead": "8d7a3d5d49ab77733e166cb5f195b1b7f277b4a7"
38}