doorbell-matrix-bot/package.json

20 lines
389 B
JSON
Raw Permalink Normal View History

2024-08-15 21:12:34 +02:00
{
"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",
2024-08-15 21:57:13 +02:00
"license": "ISC",
"dependencies": {
2024-08-24 22:43:52 +02:00
"axios": "^1.7.4",
"matrix-bot-sdk": "^0.7.1"
2024-08-15 21:57:13 +02:00
}
2024-08-15 21:12:34 +02:00
}