55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "@commitlint/rules",
|
|
"version": "13.2.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"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/conventional-changelog/commitlint/issues"
|
|
},
|
|
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
|
|
"keywords": [
|
|
"conventional-changelog",
|
|
"commitlint",
|
|
"library",
|
|
"core"
|
|
],
|
|
"author": {
|
|
"name": "Mario Nebl",
|
|
"email": "hello@herebecode.com"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@commitlint/parse": "^13.2.0",
|
|
"@commitlint/test": "^13.2.0",
|
|
"@commitlint/utils": "^13.2.0",
|
|
"conventional-changelog-angular": "5.0.13",
|
|
"globby": "^11.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@commitlint/ensure": "^13.2.0",
|
|
"@commitlint/message": "^13.2.0",
|
|
"@commitlint/to-lines": "^13.2.0",
|
|
"@commitlint/types": "^13.2.0",
|
|
"execa": "^5.0.0"
|
|
},
|
|
"gitHead": "65e45339c79e46d01e35ec067edf14d225a3528a"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-13.2.0.tgz"
|
|
,"_integrity": "sha512-O3A9S7blOzvHfzrJrUQe9JxdtGy154ol/GXHwvd8WfMJ10y5ryBB4b6+0YZ1XhItWzrEASOfOKbD++EdLV90dQ=="
|
|
,"_from": "@commitlint/rules@13.2.0"
|
|
} |