feat: add repository metadata to package.json #11

Merged
cpfarhood merged 1 commits from feat/add-repository-metadata into main 2026-02-12 13:17:54 +00:00
+10
View File
@@ -2,6 +2,16 @@
"name": "polaris",
"version": "0.3.5",
"description": "Headlamp plugin for Fairwinds Polaris audit results",
"repository": {
"type": "git",
"url": "https://github.com/cpfarhood/headlamp-polaris-plugin.git"
},
"bugs": {
"url": "https://github.com/cpfarhood/headlamp-polaris-plugin/issues"
},
"homepage": "https://github.com/cpfarhood/headlamp-polaris-plugin#readme",
"author": "cpfarhood",
"license": "Apache-2.0",
"scripts": {
"start": "headlamp-plugin start",
"build": "headlamp-plugin build",