1 | {
|
2 | "name": "@commitlint/rules",
|
3 | "version": "18.4.3",
|
4 | "description": "Lint your commit messages",
|
5 | "main": "lib/index.js",
|
6 | "types": "lib/index.d.ts",
|
7 | "files": [
|
8 | "lib/"
|
9 | ],
|
10 | "scripts": {
|
11 | "deps": "dep-check",
|
12 | "pkg": "pkg-check"
|
13 | },
|
14 | "engines": {
|
15 | "node": ">=v18"
|
16 | },
|
17 | "repository": {
|
18 | "type": "git",
|
19 | "url": "https://github.com/conventional-changelog/commitlint.git",
|
20 | "directory": "@commitlint/rules"
|
21 | },
|
22 | "bugs": {
|
23 | "url": "https://github.com/conventional-changelog/commitlint/issues"
|
24 | },
|
25 | "homepage": "https://commitlint.js.org/",
|
26 | "keywords": [
|
27 | "conventional-changelog",
|
28 | "commitlint",
|
29 | "library",
|
30 | "core"
|
31 | ],
|
32 | "author": {
|
33 | "name": "Mario Nebl",
|
34 | "email": "hello@herebecode.com"
|
35 | },
|
36 | "license": "MIT",
|
37 | "devDependencies": {
|
38 | "@commitlint/parse": "^18.4.3",
|
39 | "@commitlint/test": "^18.0.0",
|
40 | "@commitlint/utils": "^18.4.3",
|
41 | "conventional-changelog-angular": "7.0.0",
|
42 | "glob": "^8.0.3"
|
43 | },
|
44 | "dependencies": {
|
45 | "@commitlint/ensure": "^18.4.3",
|
46 | "@commitlint/message": "^18.4.3",
|
47 | "@commitlint/to-lines": "^18.4.3",
|
48 | "@commitlint/types": "^18.4.3",
|
49 | "execa": "^5.0.0"
|
50 | },
|
51 | "gitHead": "970b806bdd338e8b3e4529f21f20e795e66cd48f"
|
52 | }
|