{ "name": "headlamp-sealed-secrets", "version": "0.1.0", "description": "Headlamp plugin for Bitnami Sealed Secrets - manage encrypted Kubernetes secrets", "main": "dist/main.js", "files": [ "dist", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/cpfarhood/headlamp-sealed-secrets-plugin.git", "directory": "headlamp-sealed-secrets" }, "bugs": { "url": "https://github.com/cpfarhood/headlamp-sealed-secrets-plugin/issues" }, "homepage": "https://github.com/cpfarhood/headlamp-sealed-secrets-plugin#readme", "author": "cpfarhood", "license": "Apache-2.0", "scripts": { "start": "headlamp-plugin start", "build": "headlamp-plugin build", "format": "headlamp-plugin format", "lint": "headlamp-plugin lint", "lint-fix": "headlamp-plugin lint --fix", "package": "headlamp-plugin package", "tsc": "headlamp-plugin tsc", "storybook": "headlamp-plugin storybook", "storybook-build": "headlamp-plugin storybook-build", "test": "headlamp-plugin test", "i18n": "headlamp-plugin i18n" }, "keywords": [ "headlamp", "headlamp-plugin", "kubernetes", "kubernetes-ui", "sealed-secrets", "bitnami", "encryption", "secrets", "security", "k8s" ], "prettier": "@headlamp-k8s/eslint-config/prettier-config", "eslintConfig": { "extends": [ "@headlamp-k8s", "prettier", "plugin:jsx-a11y/recommended" ] }, "overrides": { "typescript": "5.6.2" }, "dependencies": { "node-forge": "^1.3.1" }, "devDependencies": { "@kinvolk/headlamp-plugin": "^0.13.1", "@types/node-forge": "^1.3.11" } }