UNPKG

955 BJSONView Raw
1{
2 "name": "commitlint-config-lerna-scopes",
3 "version": "8.3.0",
4 "description": "Shareable commitlint config enforcing lerna package names as scopes",
5 "files": [
6 "index.js"
7 ],
8 "scripts": {
9 "test": "exit 0",
10 "clean": "exit 0",
11 "deps": "dep-check",
12 "pkg": "pkg-check"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/conventional-changelog/commitlint.git"
17 },
18 "keywords": [
19 "conventional-changelog",
20 "commitlint",
21 "commitlint-config",
22 "angular"
23 ],
24 "author": "Mario Nebl <hello@herebecode.com>",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/conventional-changelog/commitlint/issues"
28 },
29 "homepage": "https://github.com/conventional-changelog/commitlint#readme",
30 "dependencies": {
31 "@commitlint/config-lerna-scopes": "^8.3.0"
32 },
33 "devDependencies": {
34 "@commitlint/utils": "^8.3.0"
35 },
36 "gitHead": "e2edc43219f5005cee5222133859bb0e839c4a05"
37}