UNPKG

1.13 kBJSONView Raw
1{
2 "name": "@commitlint/config-conventional",
3 "type": "module",
4 "version": "19.2.2",
5 "description": "Shareable commitlint config enforcing conventional commits",
6 "main": "lib/index.js",
7 "files": [
8 "lib/"
9 ],
10 "scripts": {
11 "deps": "dep-check",
12 "pkg": "pkg-check"
13 },
14 "publishConfig": {
15 "access": "public"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/conventional-changelog/commitlint.git",
20 "directory": "@commitlint/config-conventional"
21 },
22 "keywords": [
23 "conventional-changelog",
24 "commitlint",
25 "commitlint-config",
26 "angular"
27 ],
28 "author": "Mario Nebl <hello@herebecode.com>",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/conventional-changelog/commitlint/issues"
32 },
33 "homepage": "https://commitlint.js.org/",
34 "engines": {
35 "node": ">=v18"
36 },
37 "devDependencies": {
38 "@commitlint/lint": "^19.2.2",
39 "@commitlint/utils": "^19.0.0"
40 },
41 "dependencies": {
42 "@commitlint/types": "^19.0.3",
43 "conventional-changelog-conventionalcommits": "^7.0.2"
44 },
45 "gitHead": "66dd3a5cc222d7378fa051c81ef9a2ec65e1f645"
46}