c4k-mastodon-bot/package.json

31 lines
767 B
JSON
Raw Normal View History

2021-02-22 08:25:26 +00:00
{
"name": "k8s-mastodon-bot",
2021-02-23 17:32:00 +00:00
"description": "Generate k8s yaml for a mastodon-bot deployment.",
2021-02-23 08:14:25 +00:00
"author": "meissa GmbH",
2021-03-17 18:31:12 +00:00
"version": "0.1.3-SNAPSHOT",
2021-02-23 17:32:00 +00:00
"homepage": "https://gitlab.com/domaindrivenarchitecture/k8s-mastodon-bot#readme",
"repository": "https://www.npmjs.com/package/k8s-mastodon-bot",
2021-02-23 08:14:25 +00:00
"license": "APACHE2",
2021-02-23 17:32:00 +00:00
"main": "k8s-mastodon-bot.js",
"bin": {
2021-03-19 13:16:08 +00:00
"k8s-mastodon-bot": "./k8s-mastodon-bot.js"
2021-02-23 17:32:00 +00:00
},
"keywords": [
"cljs",
"mastodon-bot",
"k8s",
2021-03-19 13:16:08 +00:00
"deplyoment",
"yaml"
2021-02-23 17:32:00 +00:00
],
2021-02-22 08:25:26 +00:00
"bugs": {
"url": "https://gitlab.com/domaindrivenarchitecture/k8s-mastodon-bot/issues"
2021-03-19 13:16:08 +00:00
},
2021-02-22 08:25:26 +00:00
"dependencies": {
"js-yaml": "^4.0.0"
2021-02-23 08:14:25 +00:00
},
"devDependencies": {
"shadow-cljs": "^2.11.18",
"source-map-support": "^0.5.19"
2021-02-22 08:25:26 +00:00
}
}