compliment/package.json

21 lines
428 B
JSON

{
"name": "compliment",
"version": "0.0.1",
"description": "Send random happiness",
"homepage": "https://git.wadza.fr/sheychen/compliment",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bot",
"mastodon"
],
"author": "@shu@eldritch.cafe",
"license": "MIT",
"dependencies": {
"dotenv": "^7.0.0",
"mastodon-api": "^1.3.0"
}
}