forked from eshepelyuk/semantic-release-helm-oci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 781 Bytes
/
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
{
"name": "@eshepelyuk/semantic-release-helm-oci",
"version": "0.0.0",
"description": "semantic-release plugin for publishing Helm charts to OCI registries",
"repository": "github:eshepelyuk/semantic-release-helm-oci",
"exports": "./index.js",
"type": "module",
"files": [
"index.js",
"lib/**/*.js"
],
"author": "Ievgenii Shepeliuk <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"execa": "^5.0.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@semantic-release/git": "^10.0.0",
"conventional-changelog-conventionalcommits": "^4.6.1",
"semantic-release-commitlint": "^1.2.2"
}
}