This repository has been archived on 2023-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-bot/package.json

34 lines
742 B
JSON
Raw Normal View History

2018-03-11 21:05:25 +00:00
{
"name": "mastodon-bot",
2020-06-26 08:42:32 +00:00
"description": "Bot to publish twitter, tumblr or rss posts to an mastodon account.",
"author": "Dmitri Sotnikov",
2020-12-29 22:09:39 +00:00
"version": "1.10.3",
2020-06-26 08:42:32 +00:00
"homepage": "https://github.com/yogthos/mastodon-bot",
2020-11-22 23:26:13 +00:00
"repository": "https://www.npmjs.com/package/mastodon-bot",
2018-03-11 21:05:25 +00:00
"license": "MIT",
"dependencies": {
"mastodon-api": "1.3.0",
2019-06-28 13:21:14 +00:00
"rss-parser": "3.7.1",
2018-03-15 05:01:53 +00:00
"tumblr": "0.4.1",
"twitter": "1.7.1",
2020-11-03 21:16:28 +00:00
"deasync": "0.1.20",
"request": "2.88.0"
},
"devDependencies": {
"shadow-cljs": "^2.8.37"
},
2020-06-26 08:42:32 +00:00
"main": "mastodon-bot.js",
2020-06-29 16:47:55 +00:00
"bin": {
"mastodon-bot": "./mastodon-bot.js"
},
2020-06-26 08:42:32 +00:00
"keywords": [
"cljs",
"mastodon",
"twitter",
"rss",
"tumblr",
"bridge",
"bot"
]
2018-03-11 21:05:25 +00:00
}