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.
45 lines
1.0 KiB
45 lines
1.0 KiB
{
|
|
"name": "@commitlint/config-validator",
|
|
"version": "17.4.4",
|
|
"description": "config validator for commitlint.config.js",
|
|
"main": "lib/validate.js",
|
|
"types": "lib/validate.d.ts",
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"scripts": {
|
|
"deps": "dep-check",
|
|
"pkg": "pkg-check --skip-import"
|
|
},
|
|
"engines": {
|
|
"node": ">=v14"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/conventional-changelog/commitlint.git",
|
|
"directory": "@commitlint/config-validator"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/conventional-changelog/commitlint/issues"
|
|
},
|
|
"homepage": "https://commitlint.js.org/",
|
|
"keywords": [
|
|
"conventional-changelog",
|
|
"commitlint",
|
|
"library",
|
|
"core"
|
|
],
|
|
"author": {
|
|
"name": "Mario Nebl",
|
|
"email": "hello@herebecode.com"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@commitlint/utils": "^17.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@commitlint/types": "^17.4.4",
|
|
"ajv": "^8.11.0"
|
|
},
|
|
"gitHead": "1aeec3c9b2c21cb8f0386398c24d8e7ed6eafbf0"
|
|
}
|
|
|