UNPKG

952 BJSONView Raw
1{
2 "name": "@commitlint/top-level",
3 "version": "17.4.0",
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 "engines": {
15 "node": ">=v14"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/conventional-changelog/commitlint.git",
20 "directory": "@commitlint/top-level"
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 "find-up": "^5.0.0"
42 },
43 "gitHead": "7b0f7e805818944ab9fa42c52b6858211bbf2a66"
44}