c4k-forgejo/package.json

34 lines
877 B
JSON
Raw Normal View History

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",
2023-05-05 10:10:07 +00:00
"version": "2.0.3-SNAPSHOT",
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"
}
2022-06-17 07:56:16 +00:00
}