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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
mastodon-bot/package.json

35 lines
778 B
JSON

{
"name": "mastodon-bot",
"description": "Bot to publish twitter, tumblr or rss posts to an mastodon account.",
"author": "Dmitri Sotnikov",
"version": "1.12.1-SNAPSHOT",
"homepage": "https://github.com/yogthos/mastodon-bot",
"repository": "https://www.npmjs.com/package/mastodon-bot",
"license": "MIT",
"dependencies": {
"deasync": "0.1.20",
"mastodon-api": "1.3.0",
"node-fetch": "2.6.1",
"request": "2.88.0",
"rss-parser": "3.7.1",
"tumblr": "0.4.1",
"twitter": "1.7.1"
},
"devDependencies": {
"shadow-cljs": "^2.8.37"
},
"main": "mastodon-bot.js",
"bin": {
"mastodon-bot": "./mastodon-bot.js"
},
"keywords": [
"cljs",
"mastodon",
"twitter",
"rss",
"tumblr",
"bridge",
"bot"
]
}