UNPKG

994 BJSONView Raw
1{
2 "name": "@commitlint/format",
3 "version": "17.4.4",
4 "description": "Format commitlint reports",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "files": [
8 "lib/"
9 ],
10 "scripts": {
11 "deps": "dep-check",
12 "pkg": "pkg-check --skip-import"
13 },
14 "engines": {
15 "node": ">=v14"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/conventional-changelog/commitlint.git",
20 "directory": "@commitlint/format"
21 },
22 "bugs": {
23 "url": "https://github.com/conventional-changelog/commitlint/issues"
24 },
25 "homepage": "https://commitlint.js.org/",
26 "keywords": [
27 "conventional-changelog",
28 "commitlint",
29 "library",
30 "core"
31 ],
32 "author": {
33 "name": "Mario Nebl",
34 "email": "hello@herebecode.com"
35 },
36 "license": "MIT",
37 "devDependencies": {
38 "@commitlint/utils": "^17.4.0"
39 },
40 "dependencies": {
41 "@commitlint/types": "^17.4.4",
42 "chalk": "^4.1.0"
43 },
44 "gitHead": "1aeec3c9b2c21cb8f0386398c24d8e7ed6eafbf0"
45}