UNPKG

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