-
Notifications
You must be signed in to change notification settings - Fork 965
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.11 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@commitlint/travis-cli",
"type": "module",
"version": "20.5.3",
"description": "Lint all relevant commits for a change or PR on Travis CI",
"main": "lib/cli.js",
"types": "lib/cli.d.ts",
"files": [
"lib/",
"cli.js"
],
"bin": {
"commitlint-travis": "./cli.js"
},
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check --skip-main"
},
"engines": {
"node": ">=v22"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git",
"directory": "@commitlint/travis-cli"
},
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://commitlint.js.org/",
"keywords": [
"conventional-changelog",
"commitlint",
"cli"
],
"author": {
"name": "Mario Nebl",
"email": "hello@herebecode.com"
},
"license": "MIT",
"devDependencies": {
"@commitlint/test": "^20.4.3",
"@commitlint/utils": "^20.0.0"
},
"dependencies": {
"@commitlint/cli": "^20.5.3",
"tinyexec": "^1.0.0"
},
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
}