feat(vault): add vault

This commit is contained in:
Masaki Yatsu
2025-08-14 21:19:00 +09:00
parent 8f6720117f
commit 43581c15bb
11 changed files with 3980 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "buun-stack",
"version": "0.1.0",
"description": "Buun stack: Kubernetes home lab",
"author": "Buun ch.",
"license": "MIT",
"dependencies": {
"@dotenvx/dotenvx": "^1.31.3",
"@keycloak/keycloak-admin-client": "^26.0.6",
"tiny-invariant": "^1.3.3",
"tsx": "^4.19.2",
"zx": "^8.2.4"
},
"devDependencies": {
"@fsouza/prettierd": "^0.25.4",
"@types/node": "^22.10.1",
"eslint": "^9.16.0",
"eslint-config-unjs": "^0.4.2",
"prettier": "^3.4.1",
"typescript": "^5.7.2"
}
}