-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.17 KB
/
package.json
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
51
52
53
{
"name": "@lmc-eu/conventional-changelog-lmc-github",
"version": "3.0.3",
"description": "conventional-changelog LMC preset for GitHub",
"keywords": [
"lmc",
"github",
"changelog",
"conventional-changelog",
"preset"
],
"repository": {
"type": "git",
"url": "https://github.com/lmc-eu/code-quality-tools",
"directory": "packages/conventional-changelog-lmc-github"
},
"author": "Tomáš Litera <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/lmc-eu/issues"
},
"files": [
"src"
],
"main": "src/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "is-ci || jest --maxWorkers=50%"
},
"dependencies": {
"@lmc-eu/conventional-changelog-lmc": "^2.0.3"
},
"devDependencies": {
"better-than-before": "1.0.0",
"conventional-changelog-core": "7.0.0",
"git-dummy-commit": "1.3.0",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"shelljs": "0.8.5",
"through2": "4.0.2"
},
"jest": {
"setupFilesAfterEnv": [
"jest-extended/all"
],
"testTimeout": 30000
},
"engines": {
"node": "^16 || ^18 || >=20"
}
}