62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "@commitlint/cli",
|
|
"version": "13.2.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"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/conventional-changelog/commitlint/issues"
|
|
},
|
|
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
|
|
"keywords": [
|
|
"conventional-changelog",
|
|
"commitlint",
|
|
"cli"
|
|
],
|
|
"author": {
|
|
"name": "Mario Nebl",
|
|
"email": "hello@herebecode.com"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@commitlint/test": "^13.2.0",
|
|
"@commitlint/utils": "^13.2.0",
|
|
"@types/node": "12.20.27",
|
|
"@types/yargs": "^17.0.0",
|
|
"execa": "^5.0.0",
|
|
"fs-extra": "^10.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@commitlint/format": "^13.2.0",
|
|
"@commitlint/lint": "^13.2.0",
|
|
"@commitlint/load": "^13.2.0",
|
|
"@commitlint/read": "^13.2.0",
|
|
"@commitlint/types": "^13.2.0",
|
|
"lodash": "^4.17.19",
|
|
"resolve-from": "5.0.0",
|
|
"resolve-global": "1.0.0",
|
|
"yargs": "^17.0.0"
|
|
},
|
|
"gitHead": "65e45339c79e46d01e35ec067edf14d225a3528a"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-13.2.0.tgz"
|
|
,"_integrity": "sha512-RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA=="
|
|
,"_from": "@commitlint/cli@13.2.0"
|
|
} |