-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 743 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 743 Bytes
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
{
"name": "semantic-release-helm3",
"version": "2.10.0",
"description": "Semantic-release plugin to publish Helm charts",
"keywords": [
"semantic-release",
"semantic-release-plugin",
"release",
"version",
"helm",
"helm-charts"
],
"main": "index.js",
"files": [
"index.js",
"lib/**/*.js"
],
"scripts": {
"test": "jest"
},
"repository": "https://github.com/nflaig/semantic-release-helm.git",
"author": "Nico Flaig <nflaig@protonmail.com>",
"license": "MIT",
"dependencies": {
"aggregate-error": "^3.1.0",
"execa": "^5.0.0",
"path": "^0.12.7",
"semver": "^7.5.2",
"yaml": "^2.3.2"
},
"devDependencies": {
"jest": "^29.7.0",
"mock-fs": "^5.2.0"
}
}