UNPKG

1.25 kBJSONView Raw
1{
2 "name": "@commitlint/read",
3 "type": "module",
4 "version": "19.2.1",
5 "description": "Read commit messages from a specified range or last edit",
6 "main": "lib/read.js",
7 "types": "lib/read.d.ts",
8 "files": [
9 "lib/"
10 ],
11 "scripts": {
12 "deps": "dep-check",
13 "pkg": "pkg-check --skip-import"
14 },
15 "engines": {
16 "node": ">=v18"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/conventional-changelog/commitlint.git",
21 "directory": "@commitlint/read"
22 },
23 "bugs": {
24 "url": "https://github.com/conventional-changelog/commitlint/issues"
25 },
26 "homepage": "https://commitlint.js.org/",
27 "keywords": [
28 "conventional-changelog",
29 "commitlint",
30 "library",
31 "core"
32 ],
33 "author": {
34 "name": "Mario Nebl",
35 "email": "hello@herebecode.com"
36 },
37 "license": "MIT",
38 "devDependencies": {
39 "@commitlint/test": "^19.0.0",
40 "@commitlint/utils": "^19.0.0",
41 "@types/git-raw-commits": "^2.0.3",
42 "@types/minimist": "^1.2.4"
43 },
44 "dependencies": {
45 "@commitlint/top-level": "^19.0.0",
46 "@commitlint/types": "^19.0.3",
47 "execa": "^8.0.1",
48 "git-raw-commits": "^4.0.0",
49 "minimist": "^1.2.8"
50 },
51 "gitHead": "172cb52844cdb0dd1af5a47f0101c48320d90500"
52}