UNPKG

1.07 kBJSONView Raw
1{
2 "name": "@commitlint/top-level",
3 "version": "8.3.6",
4 "description": "Lint your commit messages",
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"
13 },
14 "babel": {
15 "presets": [
16 "babel-preset-commitlint"
17 ]
18 },
19 "engines": {
20 "node": ">=4"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/conventional-changelog/commitlint.git"
25 },
26 "bugs": {
27 "url": "https://github.com/conventional-changelog/commitlint/issues"
28 },
29 "homepage": "https://github.com/conventional-changelog/commitlint#readme",
30 "keywords": [
31 "conventional-changelog",
32 "commitlint",
33 "library",
34 "core"
35 ],
36 "author": {
37 "name": "Mario Nebl",
38 "email": "hello@herebecode.com"
39 },
40 "license": "MIT",
41 "devDependencies": {
42 "@commitlint/utils": "^8.3.6",
43 "@types/find-up": "2.1.1",
44 "@types/node": "12.11.5"
45 },
46 "dependencies": {
47 "find-up": "^4.0.0"
48 },
49 "gitHead": "9ef77c205ce9338850b15374fd003f2052211803"
50}