UNPKG

1.07 kBJSONView Raw
1{
2 "name": "@commitlint/core",
3 "version": "17.0.3",
4 "description": "Lint your commit messages",
5 "main": "lib/core.js",
6 "types": "lib/core.d.ts",
7 "files": [
8 "lib/"
9 ],
10 "scripts": {
11 "deps": "dep-check",
12 "pkg": "pkg-check --skip-import"
13 },
14 "engines": {
15 "node": ">=v14"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/conventional-changelog/commitlint.git",
20 "directory": "@commitlint/core"
21 },
22 "bugs": {
23 "url": "https://github.com/conventional-changelog/commitlint/issues"
24 },
25 "homepage": "https://commitlint.js.org/",
26 "keywords": [
27 "conventional-changelog",
28 "commitlint",
29 "library",
30 "core"
31 ],
32 "author": {
33 "name": "Mario Nebl",
34 "email": "hello@herebecode.com"
35 },
36 "license": "MIT",
37 "dependencies": {
38 "@commitlint/format": "^17.0.0",
39 "@commitlint/lint": "^17.0.3",
40 "@commitlint/load": "^17.0.3",
41 "@commitlint/read": "^17.0.0"
42 },
43 "devDependencies": {
44 "@commitlint/utils": "^17.0.0"
45 },
46 "gitHead": "234e762ccfb4c89456dcfb050405a723ae762076"
47}