-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"name": "@pubgcorp/semantic-release-helm",
"version": "1.4.4",
"description": "Helm plugin for [semantic-release](https://github.com/semantic-release/semantic-release)",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"exports": "./dist/index.js",
"files": [
"dist",
"package.json",
"tsconfig.json",
"README.md",
"CHANGELOG.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pubg/semantic-release-helm.git"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"prepare": "ts-patch install && typia patch"
},
"author": "JungHun Kim <[email protected]>, [email protected]",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"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/js-yaml": "^4.0.9",
"@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": {
"execa": "^4.1.0",
"js-yaml": "^4.1.0",
"semver": "^7.6.2",
"typia": "^6.0.6"
}
}