9ed671d685
This is a follow up for #369. They published the package on NPM. https://github.com/bitnami-labs/readme-generator-for-helm/issues/36 Co-authored-by: justusbunsi <sk.bunsenbrenner@gmail.com> Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/375 Reviewed-by: pat-s <pat-s@noreply.gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io> Co-committed-by: justusbunsi <justusbunsi@noreply.gitea.io>
20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"name": "gitea-helm-chart",
|
|
"homepage": "https://gitea.com/gitea/helm-chart.git",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"engineStrict": true,
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"scripts": {
|
|
"readme:lint": "markdownlint *.md -f",
|
|
"readme:parameters": "readme-generator -v values.yaml -r README.md"
|
|
},
|
|
"devDependencies": {
|
|
"@bitnami/readme-generator-for-helm": "^2.4.2",
|
|
"markdownlint-cli": "^0.31.1"
|
|
}
|
|
}
|