34 lines
769 B
JSON
34 lines
769 B
JSON
{
|
|
"name": "mastodon-bot",
|
|
"description": "Bot to publish twitter, tumblr or rss posts to an mastodon account.",
|
|
"author": "Dmitri Sotnikov",
|
|
"version": "1.12.0",
|
|
"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"
|
|
]
|
|
}
|