Files
headlamp-kube-vip-plugin/package.json
T
gandalf-the-greybeard[bot] 00a81e9185 fix: explicit dev dependencies
2026-03-11 01:10:31 +00:00

37 lines
1.2 KiB
JSON

{
"name": "kube-vip",
"version": "0.1.3",
"description": "Headlamp plugin for kube-vip virtual IP and load balancer visibility",
"repository": {
"type": "git",
"url": "https://github.com/privilegedescalation/headlamp-kube-vip-plugin.git"
},
"bugs": {
"url": "https://github.com/privilegedescalation/headlamp-kube-vip-plugin/issues"
},
"homepage": "https://github.com/privilegedescalation/headlamp-kube-vip-plugin#readme",
"author": "privilegedescalation",
"license": "Apache-2.0",
"scripts": {
"start": "headlamp-plugin start",
"build": "headlamp-plugin build",
"package": "headlamp-plugin package",
"tsc": "tsc --noEmit",
"lint": "eslint --ext .ts,.tsx src/",
"lint:fix": "eslint --ext .ts,.tsx --fix src/",
"format": "prettier --write src/",
"format:check": "prettier --check src/",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@kinvolk/headlamp-plugin": "^0.13.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"canvas": "^2.11.2",
"jsdom": "^24.1.3",
"vitest": "^1.6.1"
}
}