Files
blinds_express/package.json

28 lines
621 B
JSON
Raw Normal View History

2025-06-28 19:11:25 -05:00
{
"name": "blinds_express",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
2026-01-07 17:29:00 -06:00
"@aws-sdk/client-ses": "^3.962.0",
2025-06-28 19:11:25 -05:00
"agenda": "^5.0.0",
"argon2": "^0.43.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.16.1",
"node-schedule": "^2.1.1",
2026-01-07 17:29:00 -06:00
"nodemailer": "^7.0.12",
2025-06-28 19:11:25 -05:00
"pg": "^8.16.0",
2025-07-10 18:31:11 -05:00
"pg-format": "^1.0.4",
2026-01-05 20:50:59 -06:00
"rate-limiter-flexible": "^9.0.1",
2025-06-28 19:11:25 -05:00
"socket.io": "^4.8.1"
}
}