数通智联化工云平台
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

{
"name": "@commitlint/config-conventional",
"version": "17.8.1",
"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.8.1",
"@commitlint/utils": "^17.8.1"
},
"dependencies": {
"conventional-changelog-conventionalcommits": "^6.1.0"
},
"gitHead": "75b2a1264ac699dbaead2249282b6dca18ae3008"
}