mastodon-bot/package.json

19 lines
390 B
JSON
Raw Permalink Normal View History

2018-03-11 22:05:25 +01:00
{
"name": "mastodon-bot",
"version": "0.0.1",
"repository": "https://github.com/yogthos/mastodon-bot",
"license": "MIT",
"dependencies": {
2019-06-28 15:21:14 +02:00
"lumo-cljs": "^1.10.1",
2018-03-11 22:05:25 +01:00
"mastodon-api": "1.3.0",
2019-06-28 15:21:14 +02:00
"rss-parser": "3.7.1",
2018-03-15 06:01:53 +01:00
"tumblr": "0.4.1",
"twitter": "1.7.1",
2019-06-28 15:21:14 +02:00
"deasync": "0.1.15",
"request": "2.88.0"
},
"scripts": {
"start": "./mastodon-bot.cljs"
2018-03-11 22:05:25 +01:00
}
}