UNPKG

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