UNPKG

874 BJSONView Raw
1{
2 "name": "commitlint-config-lerna-scopes",
3 "version": "7.0.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 "xo": false,
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/marionebl/commitlint.git"
18 },
19 "keywords": [
20 "conventional-changelog",
21 "commitlint",
22 "commitlint-config",
23 "angular"
24 ],
25 "author": "Mario Nebl <hello@herebecode.com>",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/marionebl/commitlint/issues"
29 },
30 "homepage": "https://github.com/marionebl/commitlint#readme",
31 "dependencies": {
32 "@commitlint/config-lerna-scopes": "^7.0.0"
33 },
34 "devDependencies": {
35 "@commitlint/utils": "^7.0.0"
36 }
37}