Files
blinds_express/package.json
Aditya Pulipaka 7da8bda5eb
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
end-to-end CI to match containerization on rest of adipu_server
2026-05-05 00:10:39 +00:00

30 lines
668 B
JSON

{
"name": "blinds_express",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"agenda": "^5.0.0",
"argon2": "^0.43.0",
"cron-parser": "^4.9.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"form-data": "^4.0.1",
"jsonwebtoken": "^9.0.2",
"mailgun.js": "^11.1.0",
"mongoose": "^8.16.1",
"node-schedule": "^2.1.1",
"pg": "^8.16.0",
"pg-format": "^1.0.4",
"rate-limiter-flexible": "^9.0.1",
"socket.io": "^4.8.1"
}
}