46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "@commitlint/config-conventional",
|
|
"version": "13.2.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"
|
|
},
|
|
"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": ">=v12"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/lint": "^13.2.0",
|
|
"@commitlint/utils": "^13.2.0"
|
|
},
|
|
"dependencies": {
|
|
"conventional-changelog-conventionalcommits": "^4.3.1"
|
|
},
|
|
"gitHead": "65e45339c79e46d01e35ec067edf14d225a3528a"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.2.0.tgz"
|
|
,"_integrity": "sha512-7u7DdOiF+3qSdDlbQGfpvCH8DCQdLFvnI2+VucYmmV7E92iD6t9PBj+UjIoSQCaMAzYp27Vkall78AkcXBh6Xw=="
|
|
,"_from": "@commitlint/config-conventional@13.2.0"
|
|
} |