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
2020-05-07 09:15:52 +02:00

31 lines
665 B
JSON

{
"name": "mastodon-bot",
"version": "0.0.2",
"repository": "https://github.com/yogthos/mastodon-bot",
"license": "MIT",
"dependencies": {
"lumo-cljs": "^1.10.1",
"mastodon-api": "1.3.0",
"rss-parser": "3.7.1",
"tumblr": "0.4.1",
"twitter": "1.7.1",
"deasync": "0.1.15",
"request": "2.88.0"
},
"devDependencies": {
"shadow-cljs": "^2.8.37"
},
"directories": {
"lib": "."
},
"files": [
"mastodon_bot/*"
],
"scripts": {
"start": "./mastodon_bot/core.cljs",
"test": "MASTODON_BOT_CONFIG=test.edn ./mastodon_bot/core_test.cljs"
},
"bin": {
"mastodon-bot": "mastodon_bot/core.cljs"
}
}