NUR/pkgs/matrix-hydrus-bot/package.json

19 lines
408 B
JSON
Raw Permalink Normal View History

2021-06-04 16:34:45 +02:00
{
"name": "matrix-hydrus-bot",
"version": "1.0.0",
"description": "Matrix bot that posts images straight from the hydrus api",
"bin": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"matrix-bot-sdk": "^0.5.18"
},
"devDependencies": {
"@types/node": "^15.6.1"
}
}