UNPKG

1.36 kBJSONView Raw
1{
2 "name": "@commitlint/ensure",
3 "version": "17.6.7",
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/ensure"
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 "@types/lodash.camelcase": "^4.3.7",
40 "@types/lodash.kebabcase": "^4.1.7",
41 "@types/lodash.snakecase": "^4.1.7",
42 "@types/lodash.startcase": "^4.4.7",
43 "@types/lodash.upperfirst": "^4.3.7",
44 "glob": "^8.0.3"
45 },
46 "dependencies": {
47 "@commitlint/types": "^17.4.4",
48 "lodash.camelcase": "^4.3.0",
49 "lodash.kebabcase": "^4.1.1",
50 "lodash.snakecase": "^4.1.1",
51 "lodash.startcase": "^4.4.0",
52 "lodash.upperfirst": "^4.3.1"
53 },
54 "gitHead": "a90ffe98bc4abe16a353f836927d2f8867797080"
55}