c4k-shynet/package.json

34 lines
780 B
JSON
Raw Normal View History

2022-01-20 16:02:27 +00:00
{
2022-01-27 14:57:11 +00:00
"name": "c4k-shynet",
"description": "Generate c4k yaml for a shynet deployment.",
2022-01-20 16:02:27 +00:00
"author": "meissa GmbH",
"version": "1.0.4-SNAPSHOT",
2022-01-27 14:57:11 +00:00
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme",
"repository": "https://www.npmjs.com/package/c4k-shynet",
2022-01-20 16:02:27 +00:00
"license": "APACHE2",
2022-01-27 14:57:11 +00:00
"main": "c4k-shynet.js",
2022-01-20 16:02:27 +00:00
"bin": {
2022-01-27 14:57:11 +00:00
"c4k-shynet": "./c4k-shynet.js"
2022-01-20 16:02:27 +00:00
},
"keywords": [
"cljs",
2022-01-27 14:57:11 +00:00
"shynet",
2022-01-20 16:02:27 +00:00
"k8s",
"c4k",
"deployment",
"yaml",
"convention4kubernetes"
],
"bugs": {
2022-01-27 14:57:11 +00:00
"url": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet/issues"
2022-01-20 16:02:27 +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"
}
}