1 | {
|
2 | "name": "@commitlint/ensure",
|
3 | "type": "module",
|
4 | "version": "19.5.0",
|
5 | "description": "Lint your commit messages",
|
6 | "main": "lib/index.js",
|
7 | "types": "lib/index.d.ts",
|
8 | "files": [
|
9 | "lib/"
|
10 | ],
|
11 | "scripts": {
|
12 | "deps": "dep-check",
|
13 | "pkg": "pkg-check"
|
14 | },
|
15 | "engines": {
|
16 | "node": ">=v18"
|
17 | },
|
18 | "repository": {
|
19 | "type": "git",
|
20 | "url": "https://github.com/conventional-changelog/commitlint.git",
|
21 | "directory": "@commitlint/ensure"
|
22 | },
|
23 | "bugs": {
|
24 | "url": "https://github.com/conventional-changelog/commitlint/issues"
|
25 | },
|
26 | "homepage": "https://commitlint.js.org/",
|
27 | "keywords": [
|
28 | "conventional-changelog",
|
29 | "commitlint",
|
30 | "library",
|
31 | "core"
|
32 | ],
|
33 | "author": {
|
34 | "name": "Mario Nebl",
|
35 | "email": "hello@herebecode.com"
|
36 | },
|
37 | "license": "MIT",
|
38 | "devDependencies": {
|
39 | "@commitlint/utils": "^19.5.0",
|
40 | "@types/lodash.camelcase": "^4.3.8",
|
41 | "@types/lodash.kebabcase": "^4.1.8",
|
42 | "@types/lodash.snakecase": "^4.1.8",
|
43 | "@types/lodash.startcase": "^4.4.8",
|
44 | "@types/lodash.upperfirst": "^4.3.8",
|
45 | "glob": "^10.3.10"
|
46 | },
|
47 | "dependencies": {
|
48 | "@commitlint/types": "^19.5.0",
|
49 | "lodash.camelcase": "^4.3.0",
|
50 | "lodash.kebabcase": "^4.1.1",
|
51 | "lodash.snakecase": "^4.1.1",
|
52 | "lodash.startcase": "^4.4.0",
|
53 | "lodash.upperfirst": "^4.3.1"
|
54 | },
|
55 | "gitHead": "7e79af18b7500cda0e38f35944ee08b0b312c006"
|
56 | }
|