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