UNPKG

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