conventional-changelog-action/node_modules/@commitlint/read/package.json

54 lines
1.4 KiB
JSON

{
"name": "@commitlint/read",
"version": "13.2.0",
"description": "Read commit messages from a specified range or last edit",
"main": "lib/read.js",
"types": "lib/read.d.ts",
"files": [
"lib/"
],
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check --skip-import"
},
"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/test": "^13.2.0",
"@commitlint/utils": "^13.2.0",
"@types/fs-extra": "^9.0.1",
"@types/git-raw-commits": "^2.0.0",
"execa": "^5.0.0"
},
"dependencies": {
"@commitlint/top-level": "^13.2.0",
"@commitlint/types": "^13.2.0",
"fs-extra": "^10.0.0",
"git-raw-commits": "^2.0.0"
},
"gitHead": "65e45339c79e46d01e35ec067edf14d225a3528a"
,"_resolved": "https://registry.npmjs.org/@commitlint/read/-/read-13.2.0.tgz"
,"_integrity": "sha512-7db5e1Bn3re6hQN0SqygTMF/QX6/MQauoJn3wJiUHE93lvwO6aFQxT3qAlYeyBPwfWsmDz/uSH454jtrSsv3Uw=="
,"_from": "@commitlint/read@13.2.0"
}