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

19 lines
389 B
JSON
Raw Normal View History

2018-03-11 21:05:25 +00:00
{
"name": "mastodon-bot",
"version": "0.0.1",
"repository": "https://github.com/yogthos/mastodon-bot",
"license": "MIT",
"dependencies": {
"lumo-cljs": "^1.8.0",
2018-03-11 21:05:25 +00:00
"mastodon-api": "1.3.0",
2018-03-20 12:57:25 +00:00
"rss-parser": "3.1.2",
2018-03-15 05:01:53 +00:00
"tumblr": "0.4.1",
"twitter": "1.7.1",
"deasync": "0.1.13",
"request": "2.88.0"
},
"scripts": {
"start": "./mastodon-bot.cljs"
2018-03-11 21:05:25 +00:00
}
}