Files
headlamp-rook-plugin/package.json
T
github-actions[bot] 4468396e52 chore: release v0.1.3
2026-02-19 12:06:38 +00:00

31 lines
1006 B
JSON

{
"name": "headlamp-rook-ceph-plugin",
"version": "0.1.3",
"description": "Headlamp plugin for Rook-Ceph cluster visibility and CSI driver monitoring",
"repository": {
"type": "git",
"url": "https://github.com/privilegedescalation/headlamp-rook-ceph-plugin.git"
},
"bugs": {
"url": "https://github.com/privilegedescalation/headlamp-rook-ceph-plugin/issues"
},
"homepage": "https://github.com/privilegedescalation/headlamp-rook-ceph-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.0"
}
}