doorbell-matrix-bot/package.json

20 lines
389 B
JSON

{
"name": "doorbell-matrix-bot",
"version": "1.0.0",
"description": "Matrix doorbell bot",
"main": "index.mjs",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://git.pvv.ntnu.no/henrkgr/doorbell-matrix-bot"
},
"author": "henrkgr",
"license": "ISC",
"dependencies": {
"axios": "^1.7.4",
"matrix-bot-sdk": "^0.7.1"
}
}