42 lines
909 B
JSON
42 lines
909 B
JSON
{
|
|
"name": "@commitlint/execute-rule",
|
|
"version": "15.0.0",
|
|
"description": "Lint your commit messages",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"scripts": {
|
|
"deps": "dep-check",
|
|
"pkg": "pkg-check"
|
|
},
|
|
"engines": {
|
|
"node": ">=v12"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/conventional-changelog/commitlint.git",
|
|
"directory": "@commitlint/execute-rule"
|
|
},
|
|
"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": "^15.0.0"
|
|
},
|
|
"gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca"
|
|
}
|