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
dmitri.sotnikov@gmail.com f67f55c858 added tumblr support
2018-03-15 09:23:27 -04:00

15 lines
312 B
JSON

{
"name": "mastodon-bot",
"version": "0.0.1",
"repository": "https://github.com/yogthos/mastodon-bot",
"license": "MIT",
"dependencies": {
"lumo-cljs": "^1.8.0",
"mastodon-api": "1.3.0",
"tumblr": "0.4.1",
"twitter": "1.7.1"
},
"scripts": {
"start": "./mastodon-bot.cljs"
}
}