UNPKG

1.03 kBJSONView Raw
1{
2 "name": "@commitlint/config-conventional",
3 "version": "8.3.4",
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 "start": "exit 0",
13 "test": "exit 0"
14 },
15 "publishConfig": {
16 "access": "public"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/conventional-changelog/commitlint.git"
21 },
22 "keywords": [
23 "conventional-changelog",
24 "commitlint",
25 "commitlint-config",
26 "angular"
27 ],
28 "author": "Mario Nebl <hello@herebecode.com>",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/conventional-changelog/commitlint/issues"
32 },
33 "homepage": "https://github.com/conventional-changelog/commitlint#readme",
34 "devDependencies": {
35 "@commitlint/utils": "^8.3.4"
36 },
37 "dependencies": {
38 "conventional-changelog-conventionalcommits": "4.2.1"
39 },
40 "gitHead": "3fce33999e1e5f23b15545f1c6f3e7bd78e8d37b"
41}