UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@commitlint/config-angular",
3 "version": "18.6.1",
4 "description": "Shareable commitlint config enforcing the angular commit convention",
5 "files": [
6 "index.js"
7 ],
8 "scripts": {
9 "deps": "dep-check",
10 "pkg": "pkg-check --skip-import"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/conventional-changelog/commitlint.git",
15 "directory": "@commitlint/config-angular"
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": ">=v18"
31 },
32 "devDependencies": {
33 "@commitlint/lint": "^18.6.1",
34 "@commitlint/utils": "^18.6.1"
35 },
36 "dependencies": {
37 "@commitlint/config-angular-type-enum": "^18.6.1"
38 },
39 "gitHead": "89f5bf91d1c11b1f457a6f0d99b8ea34583a9311"
40}