doorbell-matrix-bot/package.json

19 lines
357 B
JSON
Raw 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": {
"axios": "^1.7.4"
}
2024-08-15 21:12:34 +02:00
}