@commitlint/read
Version:
Read commit messages from a specified range or last edit
51 lines (50 loc) • 1.19 kB
JSON
{
"name": "@commitlint/read",
"version": "21.2.0",
"gitHead": "1b4e5bc0e095294ad421b3ac83f6b66665429e60",
"description": "Read commit messages from a specified range or last edit",
"keywords": [
"commitlint",
"conventional-changelog",
"core",
"library"
],
"homepage": "https://commitlint.js.org/",
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"license": "MIT",
"author": {
"name": "Mario Nebl",
"email": "hello@herebecode.com"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git",
"directory": "@commitlint/read"
},
"files": [
"lib/"
],
"type": "module",
"main": "lib/read.js",
"types": "lib/read.d.ts",
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check --skip-import"
},
"dependencies": {
"@commitlint/top-level": "^21.2.0",
"@commitlint/types": "^21.2.0",
"git-raw-commits": "^5.0.0",
"tinyexec": "^1.0.0"
},
"devDependencies": {
"@commitlint/test": "^21.2.0",
"@commitlint/utils": "^21.0.1",
"@types/git-raw-commits": "^5.0.0"
},
"engines": {
"node": ">=22.12.0"
}
}