UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@commitlint/lint",
3 "version": "13.2.0",
4 "description": "Lint a string against commitlint rules",
5 "main": "lib/lint.js",
6 "types": "lib/lint.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.2.0",
38 "@commitlint/utils": "^13.2.0"
39 },
40 "dependencies": {
41 "@commitlint/is-ignored": "^13.2.0",
42 "@commitlint/parse": "^13.2.0",
43 "@commitlint/rules": "^13.2.0",
44 "@commitlint/types": "^13.2.0"
45 },
46 "gitHead": "65e45339c79e46d01e35ec067edf14d225a3528a"
47}