UNPKG

1.23 kBJSONView Raw
1{
2 "name": "@commitlint/rules",
3 "version": "13.1.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": ">=v12"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/conventional-changelog/commitlint.git"
20 },
21 "bugs": {
22 "url": "https://github.com/conventional-changelog/commitlint/issues"
23 },
24 "homepage": "https://github.com/conventional-changelog/commitlint#readme",
25 "keywords": [
26 "conventional-changelog",
27 "commitlint",
28 "library",
29 "core"
30 ],
31 "author": {
32 "name": "Mario Nebl",
33 "email": "hello@herebecode.com"
34 },
35 "license": "MIT",
36 "devDependencies": {
37 "@commitlint/parse": "^13.1.0",
38 "@commitlint/test": "^13.0.0",
39 "@commitlint/utils": "^13.0.0",
40 "conventional-changelog-angular": "5.0.12",
41 "globby": "^11.0.0"
42 },
43 "dependencies": {
44 "@commitlint/ensure": "^13.1.0",
45 "@commitlint/message": "^13.0.0",
46 "@commitlint/to-lines": "^13.0.0",
47 "@commitlint/types": "^13.1.0",
48 "execa": "^5.0.0"
49 },
50 "gitHead": "dfbb8c5e9481a5075458acad2e4666fd6b98f9a7"
51}