24 lines
554 B
JSON
24 lines
554 B
JSON
{
|
|
"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"
|
|
}
|
|
} |