Spaces:
Running
Running
| { | |
| "name": "pixelbeacon", | |
| "version": "1.0.0", | |
| "description": "Email open tracking with real-time WebSocket notifications", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "dependencies": { | |
| "ws": "^8.16.0", | |
| "web-push": "^3.6.7" | |
| } | |
| } | |