2c441bf867
Update package name and Artifact Hub repository ID to reflect the rename from polaris to headlamp-solaris (new ID: 0243bdaf-c926-44dc-b411-a7c291bf1fcd). Files updated: - package.json: name polaris -> headlamp-solaris - package-lock.json: name polaris -> headlamp-solaris - artifacthub-pkg.yml: name headlamp-polaris-plugin -> headlamp-solaris - artifacthub-repo.yml: repositoryID updated to new ID Co-authored-by: gandalf-the-greybeard[bot] <gandalf-the-greybeard[bot]@users.noreply.github.com>
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "headlamp-solaris",
|
|
"version": "0.6.0",
|
|
"description": "Headlamp plugin for Fairwinds Polaris audit results",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/privilegedescalation/headlamp-polaris-plugin.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/privilegedescalation/headlamp-polaris-plugin/issues"
|
|
},
|
|
"homepage": "https://github.com/privilegedescalation/headlamp-polaris-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",
|
|
"e2e": "playwright test",
|
|
"e2e:headed": "playwright test --headed"
|
|
},
|
|
"devDependencies": {
|
|
"@kinvolk/headlamp-plugin": "^0.13.0",
|
|
"@playwright/test": "^1.58.2"
|
|
}
|
|
}
|