UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

42 lines (41 loc) 1.07 kB
{ "name": "@kinvolk/dynamic-clusters", "version": "0.0.1", "description": "A Headlamp (the extensible Kubernetes web UI) plugin that shows how to set up Kubernetes clusters dynamically", "scripts": { "start": "headlamp-plugin start", "build": "headlamp-plugin build", "format": "headlamp-plugin format", "lint": "headlamp-plugin lint", "lint-fix": "headlamp-plugin lint --fix", "tsc": "headlamp-plugin tsc", "storybook": "headlamp-plugin storybook", "test": "headlamp-plugin test", "storybook-build": "headlamp-plugin storybook-build" }, "keywords": [ "headlamp", "headlamp-ui", "headlamp-debugging", "headlamp-plugin", "kubernetes", "plugins" ], "prettier": "@headlamp-k8s/eslint-config/prettier-config", "eslintConfig": { "extends": [ "@headlamp-k8s", "prettier", "plugin:jsx-a11y/recommended" ] }, "devDependencies": { "@kinvolk/headlamp-plugin": "^0.13.1" }, "overrides": { "typescript": "5.6.2" }, "dependencies": { "js-yaml": "^4.1.1" } }