UNPKG

948 BJSONView Raw
1{
2 "name": "@commitlint/core",
3 "version": "8.3.1",
4 "description": "Lint your commit messages",
5 "files": [
6 "index.js"
7 ],
8 "scripts": {
9 "deps": "dep-check",
10 "pkg": "pkg-check --skip-import"
11 },
12 "engines": {
13 "node": ">=4"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/conventional-changelog/commitlint.git"
18 },
19 "bugs": {
20 "url": "https://github.com/conventional-changelog/commitlint/issues"
21 },
22 "homepage": "https://github.com/conventional-changelog/commitlint#readme",
23 "keywords": [
24 "conventional-changelog",
25 "commitlint",
26 "library",
27 "core"
28 ],
29 "author": {
30 "name": "Mario Nebl",
31 "email": "hello@herebecode.com"
32 },
33 "license": "MIT",
34 "dependencies": {
35 "@commitlint/format": "^8.3.0",
36 "@commitlint/lint": "^8.3.0",
37 "@commitlint/load": "^8.3.1",
38 "@commitlint/read": "^8.3.0"
39 },
40 "gitHead": "fbf23899463abc4d87bfa9bc0b04790de693fd33"
41}