14 lines
288 B
JSON
14 lines
288 B
JSON
{
|
|
"name": "scooterquote",
|
|
"version": "0.1.0",
|
|
"description": "Mastodon bot that toots scooterquotes",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"author": "Martijn de Boer",
|
|
"dependencies": {
|
|
"mastodon": "^1.0.0",
|
|
"node-schedule": "^1.2.0"
|
|
}
|
|
}
|