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