feat: add portainer/...

This commit is contained in:
Sun-ZhenXing
2026-02-22 22:12:04 +08:00
parent bfa41fb903
commit 2544127de2
72 changed files with 1925 additions and 309 deletions

View File

@@ -1,19 +1,23 @@
{
"name": "helm-anything",
"version": "1.0.0",
"packageManager": "pnpm@10.25.0",
"description": "Helm command templates for quick service deployment",
"author": "",
"license": "ISC",
"keywords": [
"helm",
"kubernetes",
"deployment"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["helm", "kubernetes", "deployment"],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.25.0",
"devDependencies": {
"@antfu/eslint-config": "^7.4.3",
"eslint": "^10.0.0"
"eslint": "^10.0.1"
}
}