
Some checks failed
build / lint-node (push) Successful in 1m26s
build / lint-helm (push) Successful in 55s
/ mirror (push) Failing after 2s
build / publish (push) Has been cancelled
build / test-success (push) Has been cancelled
build / e2e (v1.28.15+k3s1) (push) Has been cancelled
build / e2e (v1.31.6+k3s1) (push) Has been cancelled
build / e2e (v1.32.2+k3s1) (push) Has been cancelled
Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/1168 Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
31 lines
1 KiB
JSON
31 lines
1 KiB
JSON
{
|
|
"name": "forgejo-helm-chart",
|
|
"homepage": "https://code.forgejo.org/forgejo-helm/forgejo-helm",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"changelog": "node tools/changelog.mjs",
|
|
"forgejo:release": "node tools/forgejo-release.js",
|
|
"prepare": "husky",
|
|
"prettier": "prettier --check --ignore-unknown --cache '**/*.*'",
|
|
"prettier-fix": "prettier --write --ignore-unknown --cache '**/*.*'",
|
|
"readme:lint": "markdownlint *.md -f",
|
|
"readme:parameters": "readme-generator -v values.yaml -r README.md",
|
|
"test": "helm unittest --strict -f 'unittests/**/*.yaml' ./"
|
|
},
|
|
"devDependencies": {
|
|
"@bitnami/readme-generator-for-helm": "2.7.0",
|
|
"clipanion": "3.2.1",
|
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
"conventional-changelog-core": "9.0.0",
|
|
"husky": "9.1.7",
|
|
"lint-staged": "15.5.0",
|
|
"markdownlint-cli": "0.44.0",
|
|
"prettier": "3.5.3"
|
|
},
|
|
"packageManager": "pnpm@10.7.0",
|
|
"engines": {
|
|
"node": "^22.0.0",
|
|
"pnpm": "^10.0.0"
|
|
}
|
|
}
|