You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c4k-mastodon-bot/package.json

31 lines
768 B
JSON

{
"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"
}
}