60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "@commitlint/cli",
|
|
"version": "15.0.0",
|
|
"description": "Lint your commit messages",
|
|
"files": [
|
|
"index.js",
|
|
"cli.js",
|
|
"lib"
|
|
],
|
|
"bin": {
|
|
"commitlint": "./cli.js"
|
|
},
|
|
"scripts": {
|
|
"deps": "dep-check",
|
|
"pkg": "pkg-check"
|
|
},
|
|
"engines": {
|
|
"node": ">=v12"
|
|
},
|
|
"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": "^15.0.0",
|
|
"@commitlint/utils": "^15.0.0",
|
|
"@types/node": "12.20.37",
|
|
"@types/yargs": "^17.0.0",
|
|
"execa": "^5.0.0",
|
|
"fs-extra": "^10.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@commitlint/format": "^15.0.0",
|
|
"@commitlint/lint": "^15.0.0",
|
|
"@commitlint/load": "^15.0.0",
|
|
"@commitlint/read": "^15.0.0",
|
|
"@commitlint/types": "^15.0.0",
|
|
"lodash": "^4.17.19",
|
|
"resolve-from": "5.0.0",
|
|
"resolve-global": "1.0.0",
|
|
"yargs": "^17.0.0"
|
|
},
|
|
"gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca"
|
|
}
|