-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.18 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.18 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
51
52
53
{
"name": "@lmc-eu/conventional-changelog-lmc-bitbucket",
"version": "3.0.3",
"description": "conventional-changelog LMC preset for BitBucket",
"keywords": [
"lmc",
"bitbucket",
"changelog",
"conventional-changelog",
"preset"
],
"repository": {
"type": "git",
"url": "https://github.com/lmc-eu/code-quality-tools",
"directory": "packages/conventional-changelog-lmc-bitbucket"
},
"author": "Tomáš Litera <tomas.litera@lmc.eu>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://jira.int.lmc.cz/browse"
},
"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.10.0",
"through2": "4.0.2"
},
"jest": {
"setupFilesAfterEnv": [
"jest-extended/all"
],
"testTimeout": 30000
},
"engines": {
"node": "^16 || ^18 || >=20"
}
}