2024-11-21 16:11:23 +02:00
|
|
|
{
|
|
|
|
|
"name": "@hereconnect/message-delivery-method-web-push",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
2024-11-27 15:57:11 +02:00
|
|
|
"main": "src/server.ts",
|
2024-11-21 16:11:23 +02:00
|
|
|
"type": "module",
|
|
|
|
|
"license": "@hereconnect/license",
|
|
|
|
|
"private": true,
|
|
|
|
|
"engines": {
|
2024-11-21 16:58:22 +02:00
|
|
|
"node": ">=v20.10.0",
|
|
|
|
|
"pnpm": ">=8.15.0"
|
2024-11-21 16:11:23 +02:00
|
|
|
},
|
|
|
|
|
"homepage": "",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": ""
|
|
|
|
|
},
|
|
|
|
|
"bugs": "",
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "",
|
|
|
|
|
"email": "",
|
|
|
|
|
"url": ""
|
|
|
|
|
},
|
|
|
|
|
"contributors": [],
|
|
|
|
|
"scripts": {
|
2024-11-27 15:57:11 +02:00
|
|
|
"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"
|
2024-11-21 16:11:23 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-11-27 15:57:11 +02:00
|
|
|
"@hereconnect/types": "^1.0.0",
|
|
|
|
|
"couchdb-changes-stream": "^1.0.1",
|
2024-11-24 11:51:45 +02:00
|
|
|
"pouchdb-adapter-http": "^9.0.0",
|
|
|
|
|
"pouchdb-core": "^9.0.0",
|
2024-11-27 15:57:11 +02:00
|
|
|
"pouchdb-find": "^9.0.0",
|
2024-11-21 16:11:23 +02:00
|
|
|
"web-push": "^3.6.7"
|
|
|
|
|
}
|
|
|
|
|
}
|