UNPKG

1.46 kBJSONView Raw
1{
2 "name": "@commitlint/load",
3 "version": "16.2.3",
4 "description": "Load shared commitlint configuration",
5 "main": "lib/load.js",
6 "types": "lib/load.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 "directory": "@commitlint/load"
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/test": "^16.0.0",
39 "@commitlint/utils": "^16.2.1",
40 "@types/lodash": "4.14.180",
41 "conventional-changelog-atom": "^2.0.8",
42 "execa": "^5.0.0"
43 },
44 "dependencies": {
45 "@commitlint/config-validator": "^16.2.1",
46 "@commitlint/execute-rule": "^16.2.1",
47 "@commitlint/resolve-extends": "^16.2.1",
48 "@commitlint/types": "^16.2.1",
49 "@types/node": ">=12",
50 "chalk": "^4.0.0",
51 "cosmiconfig": "^7.0.0",
52 "cosmiconfig-typescript-loader": "^1.0.0",
53 "lodash": "^4.17.19",
54 "resolve-from": "^5.0.0",
55 "typescript": "^4.4.3"
56 },
57 "gitHead": "9128c3d5c9c9fedfb9969cc9ba4d38bdd883642f"
58}