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

32 lines
696 B
JSON
Raw Normal View History

2018-03-11 21:05:25 +00:00
{
"name": "mastodon-bot",
2020-05-07 07:15:52 +00:00
"version": "0.0.2",
2018-03-11 21:05:25 +00:00
"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"
},
"directories": {
"lib": "."
},
"files": [
"src/mastodon_bot/*"
],
"scripts": {
2020-06-09 06:08:55 +00:00
"start": "./src/main/mastodon_bot/core.cljs",
"test": "MASTODON_BOT_CONFIG=test.edn ./src/test/mastodon_bot/core_test.cljs"
},
"bin": {
2020-06-09 06:08:55 +00:00
"mastodon-bot": "src/main/mastodon_bot/core.cljs"
2018-03-11 21:05:25 +00:00
}
}