33 lines
No EOL
867 B
JSON
33 lines
No EOL
867 B
JSON
{
|
|
"name": "c4k-forgejo",
|
|
"description": "Generate c4k yaml for a forgejo deployment.",
|
|
"author": "meissa GmbH",
|
|
"version": "3.0.5",
|
|
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-forgejo#readme",
|
|
"repository": "https://www.npmjs.com/package/c4k-forgejo",
|
|
"license": "APACHE2",
|
|
"main": "c4k-forgejo.js",
|
|
"bin": {
|
|
"c4k-forgejo": "./c4k-forgejo.js"
|
|
},
|
|
"keywords": [
|
|
"cljs",
|
|
"forgejo",
|
|
"k8s",
|
|
"c4k",
|
|
"deployment",
|
|
"yaml",
|
|
"convention4kubernetes"
|
|
],
|
|
"bugs": {
|
|
"url": "https://gitlab.com/domaindrivenarchitecture/c4k-forgejo/issues"
|
|
},
|
|
"dependencies": {
|
|
"js-base64": "^3.6.1",
|
|
"js-yaml": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"shadow-cljs": "^2.11.18",
|
|
"source-map-support": "^0.5.19"
|
|
}
|
|
} |