34 lines
975 B
JSON
34 lines
975 B
JSON
{
|
|
"name": "harbor-helm-index",
|
|
"version": "1.0.0",
|
|
"description": "An app to generate and server a Helm repo index.yaml for a set of OCI based Helm charts stored in Harbor",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/AlanBridgeman/harbor-helm-index",
|
|
"author": "Alan Bridgeman <a.bridgeman@hotmail.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"
|
|
},
|
|
"packageManager": "yarn@1.22.22"
|
|
}
|