Files
pulse/package.json

21 lines
411 B
JSON
Raw Normal View History

{
"name": "pulse-server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
2026-03-11 23:06:09 -04:00
"cron-parser": "^5.5.0",
"dotenv": "^17.2.3",
"express": "^5.1.0",
2026-03-11 23:06:09 -04:00
"express-rate-limit": "^8.3.1",
"mysql2": "^3.15.3",
"ws": "^8.18.3"
}
}