pixelbeacon / package.json
incognitolm's picture
Update package.json
a70d946 verified
raw
history blame contribute delete
273 Bytes
{
"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"
}
}