2021-02-22 08:25:26 +00:00
|
|
|
{
|
2021-07-28 15:05:22 +00:00
|
|
|
"name": "c4k-mastodon-bot",
|
2021-07-29 11:25:37 +00:00
|
|
|
"description": "Generate c4k yaml for a mastodon-bot deployment.",
|
2021-02-23 08:14:25 +00:00
|
|
|
"author": "meissa GmbH",
|
2022-02-25 10:37:48 +00:00
|
|
|
"version": "0.1.10-SNAPSHOT",
|
2021-07-28 15:05:22 +00:00
|
|
|
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-mastodon-bot#readme",
|
|
|
|
"repository": "https://www.npmjs.com/package/c4k-mastodon-bot",
|
2021-02-23 08:14:25 +00:00
|
|
|
"license": "APACHE2",
|
2021-07-28 15:05:22 +00:00
|
|
|
"main": "c4k-mastodon-bot.js",
|
2021-02-23 17:32:00 +00:00
|
|
|
"bin": {
|
2021-07-28 15:05:22 +00:00
|
|
|
"c4k-mastodon-bot": "./c4k-mastodon-bot.js"
|
2021-02-23 17:32:00 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"cljs",
|
|
|
|
"mastodon-bot",
|
2021-07-28 15:05:22 +00:00
|
|
|
"c4k",
|
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": {
|
2021-07-28 15:05:22 +00:00
|
|
|
"url": "https://gitlab.com/domaindrivenarchitecture/c4k-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
|
|
|
}
|
|
|
|
}
|