UNPKG

push-apis

Version:

Sends push-notifications via Google/FCM • Huawei/Push-Kit • Apple • Proxy friendly • No deps on vendor libs.

42 lines (41 loc) 784 B
{ "name": "push-apis", "version": "0.9.9", "description": "Sends push-notifications via Google/FCM • Huawei/Push-Kit • Apple • Proxy friendly • No deps on vendor libs.", "main": "index.js", "scripts": { "test": "jest" }, "author": "dpikalov", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/dpikalov/push-apis.git" }, "keywords": [ "apple", "google", "fcm", "firebase", "huawei", "hms", "push kit", "push", "notification", "http2", "proxy", "legacy", "v1", "rest", "server", "backend" ], "dependencies": { "cross-fetch": "^3.1.5", "https-proxy-agent": "^5.0.1", "jws": "^4.0.0" }, "devDependencies": { "jest": "^29.3.1" } }