Files
hereconnect/services/message-delivery-method-web-push/package.json
T
ti 1c8019d41a
Main daploy / deploy (push) Successful in 1m22s
WIP message-delivery-method-web-push
2024-11-28 20:22:12 +02:00

40 lines
920 B
JSON

{
"name": "@hereconnect/message-delivery-method-web-push",
"version": "1.0.0",
"description": "",
"main": "src/server.ts",
"type": "module",
"license": "@hereconnect/license",
"private": true,
"engines": {
"node": ">=v20.10.0",
"pnpm": ">=8.15.0"
},
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"bugs": "",
"keywords": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [],
"scripts": {
"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"
}
}