1 | {
|
2 | "name": "@commitlint/core",
|
3 | "type": "module",
|
4 | "version": "19.7.1",
|
5 | "description": "Lint your commit messages",
|
6 | "main": "lib/core.js",
|
7 | "types": "lib/core.d.ts",
|
8 | "files": [
|
9 | "lib/"
|
10 | ],
|
11 | "scripts": {
|
12 | "deps": "dep-check",
|
13 | "pkg": "pkg-check --skip-import"
|
14 | },
|
15 | "engines": {
|
16 | "node": ">=v18"
|
17 | },
|
18 | "repository": {
|
19 | "type": "git",
|
20 | "url": "https://github.com/conventional-changelog/commitlint.git",
|
21 | "directory": "@commitlint/core"
|
22 | },
|
23 | "bugs": {
|
24 | "url": "https://github.com/conventional-changelog/commitlint/issues"
|
25 | },
|
26 | "homepage": "https://commitlint.js.org/",
|
27 | "keywords": [
|
28 | "conventional-changelog",
|
29 | "commitlint",
|
30 | "library",
|
31 | "core"
|
32 | ],
|
33 | "author": {
|
34 | "name": "Mario Nebl",
|
35 | "email": "hello@herebecode.com"
|
36 | },
|
37 | "license": "MIT",
|
38 | "dependencies": {
|
39 | "@commitlint/format": "^19.5.0",
|
40 | "@commitlint/lint": "^19.7.1",
|
41 | "@commitlint/load": "^19.6.1",
|
42 | "@commitlint/read": "^19.5.0"
|
43 | },
|
44 | "devDependencies": {
|
45 | "@commitlint/utils": "^19.5.0"
|
46 | },
|
47 | "gitHead": "b0e851c73ccd6c71f4f0f16af370e566c773f43c"
|
48 | }
|