UNPKG

atozas-push-notification

Version:

Real-time push notifications across platforms using socket.io

48 lines 1.13 kB
{ "name": "atozas-push-notification", "version": "1.1.0", "description": "Real-time push notifications across platforms using socket.io", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "src", "README.md" ], "scripts": { "build": "tsc", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "push-notifications", "socket.io", "real-time", "notifications", "websocket", "cross-platform", "mobile", "web" ], "author": "Atozas", "license": "MIT", "dependencies": { "socket.io": "^4.7.4", "socket.io-client": "^4.7.4" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.0" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/atozas/atozas-push-notification.git" }, "bugs": { "url": "https://github.com/atozas/atozas-push-notification/issues" }, "homepage": "https://github.com/atozas/atozas-push-notification#readme" }