helm-charts/package.json
2023-12-16 11:25:39 +01:00

15 lines
343 B
JSON

{
"version": "0.0.0",
"repository": "git@codeberg.org:devthefuture/helm-charts.git",
"license": "MIT",
"private": true,
"devDependencies": {
"commit-and-tag-version": "^11.1.0",
"fs-extra": "^11.1.0",
"js-yaml": "^4.1.0"
},
"scripts": {
"release": "commit-and-tag-version"
},
"packageManager": "yarn@4.0.2"
}