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

23 lines
526 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": {
2019-06-28 13:21:14 +00:00
"lumo-cljs": "^1.10.1",
2018-03-11 21:05:25 +00:00
"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",
2019-06-28 13:21:14 +00:00
"deasync": "0.1.15",
"request": "2.88.0"
},
"devDependencies": {
"shadow-cljs": "^2.8.37"
},
"scripts": {
"start": "./mastodon_bot/main.cljs",
"test": "MASTODON_BOT_CONFIG=test.edn ./mastodon_bot/core_test.cljs"
2018-03-11 21:05:25 +00:00
}
}