You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.0 KiB
43 lines
1.0 KiB
{
|
|
"name": "@commitlint/config-conventional",
|
|
"version": "17.4.4",
|
|
"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": ">=v14"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/lint": "^17.4.4",
|
|
"@commitlint/utils": "^17.4.0"
|
|
},
|
|
"dependencies": {
|
|
"conventional-changelog-conventionalcommits": "^5.0.0"
|
|
},
|
|
"gitHead": "1aeec3c9b2c21cb8f0386398c24d8e7ed6eafbf0"
|
|
}
|
|
|