36 lines
634 B
JSON
36 lines
634 B
JSON
{
|
|
"name": "@hereconnect/message-delivery-method-web-push",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"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": {
|
|
"dev": "",
|
|
"test": ""
|
|
},
|
|
"dependencies": {
|
|
"pouchdb-adapter-http": "^9.0.0",
|
|
"pouchdb-core": "^9.0.0",
|
|
"web-push": "^3.6.7"
|
|
}
|
|
}
|