@intility/helm-version
Version:
Automatically version helm charts with npm version.
33 lines (32 loc) • 704 B
JSON
{
"name": "@intility/helm-version",
"version": "1.4.0",
"description": "Automatically version helm charts with npm version.",
"bin": {
"helm-version": "index.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/intility/helm-version",
"repository": {
"type": "git",
"url": "https://github.com/intility/helm-version.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"keywords": [
"helm",
"npm",
"version"
],
"author": "Intility",
"license": "MIT",
"dependencies": {
"semver": "^7.8.5",
"yaml": "^2.9.0"
}
}