49ed3ea7ff
Fetch latest main before pushing metadata update to prevent non-fast-forward rejections when main moves during the release run. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
546 B
JSON
19 lines
546 B
JSON
{
|
|
"name": "headlamp-polaris-plugin",
|
|
"version": "0.1.0",
|
|
"description": "Headlamp plugin for Fairwinds Polaris audit results",
|
|
"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/"
|
|
},
|
|
"devDependencies": {
|
|
"@kinvolk/headlamp-plugin": "^0.13.0"
|
|
}
|
|
}
|