32 lines
951 B
JSON
32 lines
951 B
JSON
{
|
|
"name": "harbor-helm-index",
|
|
"version": "1.0.2",
|
|
"description": "An app to generate and server a Helm repo index.yaml for a set of OCI based Helm charts stored in Harbor",
|
|
"repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/harbor-helm-index",
|
|
"author": "Bridgeman Accessible <info@bridgemanaccessible.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "gulp",
|
|
"start": "node dist/server.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ejs": "^3.1.5",
|
|
"@types/express": "^5.0.0",
|
|
"@types/gulp": "^4.0.17",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^22.13.4",
|
|
"del": "^8.0.0",
|
|
"gulp": "^5.0.0",
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"dependencies": {
|
|
"@BridgemanAccessible/ba-web-framework": "^1.0.0",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.21.2",
|
|
"js-yaml": "^4.1.0",
|
|
"pg": "^8.13.3",
|
|
"typeorm": "^0.3.20",
|
|
"uuid": "^11.0.5"
|
|
}
|
|
}
|