first version
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