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