UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

49 lines (48 loc) 1.37 kB
{ "name": "@headlamp-k8s/knative", "version": "0.2.0-alpha", "description": "A Headlamp plugin for visualizing and managing Knative Services. Provides GUI functionality to list and view service details, edit traffic splitting, update concurrency settings, perform redeploy/restart operations, and reference external/internal HTTPRoutes.", "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", "kubernetes-debugging", "plugins", "knative" ], "prettier": "@headlamp-k8s/eslint-config/prettier-config", "eslintConfig": { "extends": [ "@headlamp-k8s", "prettier", "plugin:jsx-a11y/recommended" ] }, "overrides": { "typescript": "5.6.2" }, "devDependencies": { "@kinvolk/headlamp-plugin": "^0.13.1", "knip": "^5.68.0" }, "dependencies": {}, "headlamp": { "i18n": [ "en" ] } }