feat: push notifications

Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
This commit is contained in:
Omar Sánchez Pizarro
2026-01-19 23:27:02 +01:00
parent ed4062b350
commit 9a61f16959
8 changed files with 683 additions and 9 deletions

View File

@@ -8,16 +8,20 @@
"start": "node server.js",
"dev": "node --watch server.js"
},
"keywords": ["wallabicher", "api", "express"],
"keywords": [
"wallabicher",
"api",
"express"
],
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"chokidar": "^3.5.3",
"cors": "^2.8.5",
"ws": "^8.14.2",
"express": "^4.18.2",
"redis": "^4.6.10",
"yaml": "^2.3.4",
"chokidar": "^3.5.3"
"web-push": "^3.6.7",
"ws": "^8.14.2",
"yaml": "^2.3.4"
}
}