UNPKG

1.47 kBJSONView Raw
1{
2 "name": "@commitlint/cli",
3 "version": "17.4.2",
4 "description": "Lint your commit messages",
5 "files": [
6 "index.js",
7 "cli.js",
8 "lib"
9 ],
10 "bin": {
11 "commitlint": "./cli.js"
12 },
13 "scripts": {
14 "deps": "dep-check",
15 "pkg": "pkg-check"
16 },
17 "engines": {
18 "node": ">=v14"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/conventional-changelog/commitlint.git",
23 "directory": "@commitlint/cli"
24 },
25 "bugs": {
26 "url": "https://github.com/conventional-changelog/commitlint/issues"
27 },
28 "homepage": "https://commitlint.js.org/",
29 "keywords": [
30 "conventional-changelog",
31 "commitlint",
32 "cli"
33 ],
34 "author": {
35 "name": "Mario Nebl",
36 "email": "hello@herebecode.com"
37 },
38 "license": "MIT",
39 "devDependencies": {
40 "@commitlint/test": "^17.4.2",
41 "@commitlint/utils": "^17.4.0",
42 "@types/lodash.isfunction": "^3.0.7",
43 "@types/lodash.merge": "^4.6.7",
44 "@types/node": "^14.0.0",
45 "@types/yargs": "^17.0.0",
46 "fs-extra": "^11.0.0",
47 "lodash.merge": "^4.6.2"
48 },
49 "dependencies": {
50 "@commitlint/format": "^17.4.0",
51 "@commitlint/lint": "^17.4.2",
52 "@commitlint/load": "^17.4.2",
53 "@commitlint/read": "^17.4.2",
54 "@commitlint/types": "^17.4.0",
55 "execa": "^5.0.0",
56 "lodash.isfunction": "^3.0.9",
57 "resolve-from": "5.0.0",
58 "resolve-global": "1.0.0",
59 "yargs": "^17.0.0"
60 },
61 "gitHead": "3c691ad507293db4ecb7ddd3559afca871c1e0bc"
62}