{ "name": "notification-service", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "tsc && nodemon dist/main.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "aws-sdk": "^2.1413.0", "dotenv": "^16.3.1", "mongodb": "^5.7.0", "socket.io": "^4.7.1" } }