WIP message-delivery-method-web-push
Main daploy / deploy (push) Successful in 1m22s

This commit is contained in:
2024-11-27 15:57:11 +02:00
parent 056247a414
commit 1c8019d41a
48 changed files with 464 additions and 128 deletions
@@ -2,7 +2,7 @@
"name": "@hereconnect/message-delivery-method-web-push",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "src/server.ts",
"type": "module",
"license": "@hereconnect/license",
"private": true,
@@ -24,13 +24,16 @@
},
"contributors": [],
"scripts": {
"generate-keys": "node ./generate-keys.js",
"test-send-notification": "node ./test-send-notification.js",
"test-send-notification-cancel": "node ./test-send-notification-cancel.js"
"generate-keys": "node ./src/generate-keys.js",
"test-send-notification": "node ./src/test-send-notification.js",
"test-send-notification-cancel": "node ./src/test-send-notification-cancel.js"
},
"dependencies": {
"@hereconnect/types": "^1.0.0",
"couchdb-changes-stream": "^1.0.1",
"pouchdb-adapter-http": "^9.0.0",
"pouchdb-core": "^9.0.0",
"pouchdb-find": "^9.0.0",
"web-push": "^3.6.7"
}
}