-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.34 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
54
{
"name": "@pubgcorp/semantic-release-gitlabmonorepo",
"version": "1.3.1",
"main": "./dist/index.js",
"module": "./dist/index.js",
"exports": "./dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"prepare": "ts-patch install && typia patch"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.0",
"@types/git-url-parse": "^9.0.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.2",
"semantic-release": "^24.0.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.0",
"typescript": "^5.4.2"
},
"dependencies": {
"axios": "^1.7.2",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"git-url-parse": "^14.0.0",
"lodash-es": "^4.17.21",
"typia": "^6.0.6",
"url-join": "^5.0.0"
},
"bin": {
"semantic-release-gitlabmonorepo-helper": "./dist/cli.js"
},
"files": [
"bin/*",
"dist/*",
"lib/*",
"package.json",
"README.md",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pubg/semantic-release-gitlabmonorepo.git"
}
}