8bf710dd61
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
14 lines
289 B
JSON
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"
|
|
}
|
|
}
|