19 lines
408 B
JSON
19 lines
408 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|