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
AJ Jordan 8bf710dd61
Declare Lumo as a dependency
This means that we always have the right version, regardless of what's
in the global environment. Note that npm scripts (including `npm
start`) automatically prepend `./node_modules/.bin` to $PATH, which is
how this works.

See also http://module.party
2018-03-14 14:21:54 -04:00

14 lines
289 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",
"twitter": "1.7.1"
},
"scripts": {
"start": "./mastodon-bot.cljs"
}
}