UNPKG

1.21 kBJSONView Raw
1{
2 "name": "@commitlint/config-lerna-scopes",
3 "version": "17.6.3",
4 "description": "Shareable commitlint config enforcing lerna package and workspace names as scopes",
5 "files": [
6 "index.js"
7 ],
8 "scripts": {
9 "deps": "dep-check",
10 "pkg": "pkg-check"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/conventional-changelog/commitlint.git",
15 "directory": "@commitlint/config-lerna-scopes"
16 },
17 "keywords": [
18 "conventional-changelog",
19 "commitlint",
20 "commitlint-config",
21 "lerna"
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 "peerDependencies": {
30 "lerna": "^5.0.0 || ^6"
31 },
32 "peerDependenciesMeta": {
33 "lerna": {
34 "optional": true
35 }
36 },
37 "engines": {
38 "node": ">=v14"
39 },
40 "dependencies": {
41 "@lerna/project": "^6.0.0",
42 "glob": "^8.0.3",
43 "import-from": "4.0.0",
44 "semver": "7.5.0"
45 },
46 "devDependencies": {
47 "@commitlint/test": "^17.4.2",
48 "@commitlint/utils": "^17.4.0"
49 },
50 "gitHead": "79897098cc356387555f42c63e22c2810e5b61f6"
51}