Repository URL to install this package:
Version:
0.6.0 ▾
|
{
"name": "@commitlint/cli",
"version": "17.1.2",
"description": "Lint your commit messages",
"files": [
"index.js",
"cli.js",
"lib"
],
"bin": {
"commitlint": "./cli.js"
},
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check"
},
"engines": {
"node": ">=v14"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git",
"directory": "@commitlint/cli"
},
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://commitlint.js.org/",
"keywords": [
"conventional-changelog",
"commitlint",
"cli"
],
"author": {
"name": "Mario Nebl",
"email": "hello@herebecode.com"
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^17.0.0",
"@commitlint/utils": "^17.0.0",
"@types/node": "^14.0.0",
"@types/yargs": "^17.0.0",
"fs-extra": "^10.0.0"
},
"dependencies": {
"@commitlint/format": "^17.0.0",
"@commitlint/lint": "^17.1.0",
"@commitlint/load": "^17.1.2",
"@commitlint/read": "^17.1.0",
"@commitlint/types": "^17.0.0",
"execa": "^5.0.0",
"lodash": "^4.17.19",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0",
"yargs": "^17.0.0"
},
"gitHead": "d218e5ba5ebbe3992df5d989a26f7e0df59cbb3b"
,"_resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.1.2.tgz"
,"_integrity": "sha512-h/4Hlka3bvCLbnxf0Er2ri5A44VMlbMSkdTRp8Adv2tRiklSTRIoPGs7OEXDv3EoDs2AAzILiPookgM4Gi7LOw=="
,"_from": "@commitlint/cli@17.1.2"
}