UNPKG

@fivesheepco/cloudflare-apns2

Version:

Client for connecting to Apple's Push Notification Service using the new HTTP/2 protocol with JSON web tokens.

66 lines (65 loc) 1.5 kB
{ "name": "@fivesheepco/cloudflare-apns2", "version": "13.0.0", "description": "Client for connecting to Apple's Push Notification Service using the new HTTP/2 protocol with JSON web tokens.", "author": "FiveSheep OÜ <help@fivesheep.co>", "contributors": [ "Andrew Barba <barba@hey.com>" ], "license": "MIT", "type": "module", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "engines": { "node": ">=20" }, "repository": { "url": "git+https://github.com/FiveSheepCo/cloudflare-apns2.git" }, "files": [ "dist", "dist/cjs", "dist/esm" ], "keywords": [ "apn", "apns", "apns2", "push", "notification", "http2", "jwt", "workers", "apple", "ios", "macos", "tvos", "watchos" ], "dependencies": { "@tsndr/cloudflare-worker-jwt": "^3.1.3" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/node": "^22.10.0", "@cloudflare/workers-types": "^4.20241230.0", "chai": "^5.1.2", "dotenv": "^16.4.5", "typescript": "^5.7.2", "vitest": "^2.1.6" }, "scripts": { "clean": "rm -rf dist", "build": "npm run clean && tsc -p tsconfig.json", "lint": "biome ci src test", "lint:format": "biome format --write src test", "lint:check": "biome check --write --unsafe src test", "test": "vitest --run --dir test" } }