This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
fediverse-imagebot/package.json
Sam Therapy 91a95e96f5
Add basic stuffs
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-01-03 17:02:06 -06:00

22 lines
566 B
JSON

{
"dependencies": {
"command-line-args": "^5.2.0",
"command-line-usage": "^6.1.1",
"megalodon": "^4.0.0"
},
"name": "fediverse-imagebot",
"version": "0.1.0",
"description": "Imagebot for the fediverse (Pleroma, Mastodon, Misskey)",
"main": "bot.js",
"scripts": {
"lint": "eslint",
"test": "echo \" No tests yet!\" && exit 0"
},
"repository": "https://git.freecumextremist.com/NotSam/fediverse-imagebot.git",
"author": "Sam Therapy <sam@samtherapy.net>",
"license": "MIT",
"devDependencies": {
"eslint": "^8.6.0"
}
}