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.
44 lines
952 B
44 lines
952 B
{
|
|
"name": "@commitlint/top-level",
|
|
"version": "17.4.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": ">=v14"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/conventional-changelog/commitlint.git",
|
|
"directory": "@commitlint/top-level"
|
|
},
|
|
"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": {
|
|
"find-up": "^5.0.0"
|
|
},
|
|
"gitHead": "7b0f7e805818944ab9fa42c52b6858211bbf2a66"
|
|
}
|
|
|