{ "name": "cma_api", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon index.js" }, "author": "", "license": "ISC", "dependencies": { "async": "^3.2.2", "body-parser": "^1.19.0", "cookie-parser": "^1.4.6", "crypto": "^1.0.1", "cryptr": "^6.0.2", "dateformat": "^5.0.2", "dotenv": "^11.0.0", "express": "^4.17.1", "express-session": "^1.17.2", "https": "^1.0.0", "jsonwebtoken": "^8.5.1", "md5": "^2.3.0", "mongodb": "^4.3.1", "mongoose": "^6.1.7", "msg91": "^0.0.6", "msg91-sms": "^1.0.1", "multer": "^1.4.3", "mysql": "^2.18.1", "path": "^0.12.7", "sendotp": "^1.2.9", "ws": "^8.4.0" }, "devDependencies": { "nodemon": "^2.0.15" } }