2022-06-07 15:37:21 +00:00
|
|
|
{
|
2023-04-21 06:56:06 +00:00
|
|
|
"name": "c4k-forgejo",
|
|
|
|
"description": "Generate c4k yaml for a forgejo deployment.",
|
2022-06-07 15:37:21 +00:00
|
|
|
"author": "meissa GmbH",
|
2024-01-08 17:27:43 +00:00
|
|
|
"version": "3.1.2",
|
2023-04-21 06:56:06 +00:00
|
|
|
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-forgejo#readme",
|
|
|
|
"repository": "https://www.npmjs.com/package/c4k-forgejo",
|
2022-06-07 15:37:21 +00:00
|
|
|
"license": "APACHE2",
|
2023-04-21 06:56:06 +00:00
|
|
|
"main": "c4k-forgejo.js",
|
2022-06-07 15:37:21 +00:00
|
|
|
"bin": {
|
2023-04-21 06:56:06 +00:00
|
|
|
"c4k-forgejo": "./c4k-forgejo.js"
|
2022-06-07 15:37:21 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"cljs",
|
2023-04-21 06:56:06 +00:00
|
|
|
"forgejo",
|
2022-06-07 15:37:21 +00:00
|
|
|
"k8s",
|
|
|
|
"c4k",
|
|
|
|
"deployment",
|
|
|
|
"yaml",
|
|
|
|
"convention4kubernetes"
|
|
|
|
],
|
|
|
|
"bugs": {
|
2023-04-21 06:56:06 +00:00
|
|
|
"url": "https://gitlab.com/domaindrivenarchitecture/c4k-forgejo/issues"
|
2022-06-07 15:37:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"js-base64": "^3.6.1",
|
|
|
|
"js-yaml": "^4.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"shadow-cljs": "^2.11.18",
|
|
|
|
"source-map-support": "^0.5.19"
|
|
|
|
}
|
2023-06-16 12:56:54 +00:00
|
|
|
}
|