UNPKG

967 BJSONView Raw
1{
2 "name": "commitlint",
3 "version": "11.0.0",
4 "description": "Lint your commit messages",
5 "files": [
6 "cli.js"
7 ],
8 "bin": {
9 "commitlint": "cli.js"
10 },
11 "scripts": {
12 "deps": "dep-check",
13 "pkg": "pkg-check --skip-main"
14 },
15 "engines": {
16 "node": ">=v10.22.0"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/conventional-changelog/commitlint.git"
21 },
22 "bugs": {
23 "url": "https://github.com/conventional-changelog/commitlint/issues"
24 },
25 "homepage": "https://github.com/conventional-changelog/commitlint#readme",
26 "keywords": [
27 "conventional-changelog",
28 "commitlint",
29 "cli"
30 ],
31 "author": {
32 "name": "Mario Nebl",
33 "email": "hello@herebecode.com"
34 },
35 "license": "MIT",
36 "dependencies": {
37 "@commitlint/cli": "^11.0.0"
38 },
39 "devDependencies": {
40 "@commitlint/test": "^11.0.0",
41 "@commitlint/utils": "^11.0.0"
42 },
43 "gitHead": "922317463f7c90c0fb319e075de533dd63343863"
44}