first version
config CORS fixed key to one line helper prints clean up logs improved validations again validations fix rewritten flask and node.js solution added subscription route auth flow diagrams
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "flic-webhook-webpush",
|
||||
"version": "1.0.0",
|
||||
"description": "Backend to receive Flic webhooks and send Web Push notifications",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"flic",
|
||||
"webpush",
|
||||
"pwa",
|
||||
"webhook",
|
||||
"docker"
|
||||
],
|
||||
"author": "Your Name",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"dotenv": "^16.4.5",
|
||||
"express": "^4.19.2",
|
||||
"web-push": "^3.6.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user