44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "@commitlint/config-conventional",
|
|
"version": "15.0.0",
|
|
"description": "Shareable commitlint config enforcing conventional commits",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"deps": "dep-check",
|
|
"pkg": "pkg-check"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/conventional-changelog/commitlint.git",
|
|
"directory": "@commitlint/config-conventional"
|
|
},
|
|
"keywords": [
|
|
"conventional-changelog",
|
|
"commitlint",
|
|
"commitlint-config",
|
|
"angular"
|
|
],
|
|
"author": "Mario Nebl <hello@herebecode.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/conventional-changelog/commitlint/issues"
|
|
},
|
|
"homepage": "https://commitlint.js.org/",
|
|
"engines": {
|
|
"node": ">=v12"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/lint": "^15.0.0",
|
|
"@commitlint/utils": "^15.0.0"
|
|
},
|
|
"dependencies": {
|
|
"conventional-changelog-conventionalcommits": "^4.3.1"
|
|
},
|
|
"gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca"
|
|
}
|