Send web push notifications from worker

This commit is contained in:
hbrain 2026-05-26 13:48:33 +00:00
parent 3ed06d95bc
commit 03889fe6e2
5 changed files with 267 additions and 1 deletions

19
package.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "movmaker",
"version": "1.0.0",
"description": "Simple Python + ffmpeg movie maker.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://piagent:a8caa8227e2d80f84f4746c90aba3fdafea6d28e@git.novosel.dk/marijo/movmaker.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"web-push": "^3.6.7"
}
}