c4k-mastodon-bot/package.json
2021-03-19 14:16:08 +01:00

30 lines
767 B
JSON

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