UNPKG

1.23 kBJSONView Raw
1{
2 "name": "@commitlint/rules",
3 "version": "17.6.5",
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/rules"
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/parse": "^17.6.5",
39 "@commitlint/test": "^17.4.2",
40 "@commitlint/utils": "^17.4.0",
41 "conventional-changelog-angular": "5.0.13",
42 "glob": "^8.0.3"
43 },
44 "dependencies": {
45 "@commitlint/ensure": "^17.4.4",
46 "@commitlint/message": "^17.4.2",
47 "@commitlint/to-lines": "^17.4.0",
48 "@commitlint/types": "^17.4.4",
49 "execa": "^5.0.0"
50 },
51 "gitHead": "af2f3a82d38ea0272578c8066565a0e6cf5810b0"
52}