@commitlint/config-angular
Version:
Shareable commitlint config enforcing the angular commit convention
39 lines (38 loc) • 964 B
JSON
{
"name": "@commitlint/config-angular",
"version": "12.1.4",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
],
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check --skip-import"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git"
},
"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://github.com/conventional-changelog/commitlint#readme",
"engines": {
"node": ">=v10"
},
"devDependencies": {
"@commitlint/utils": "^12.1.4"
},
"dependencies": {
"@commitlint/config-angular-type-enum": "^12.1.4"
},
"gitHead": "dd15ea6a27f29f232b183acafdb672e9b3586912"
}