{ "name": "api", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon index.js" }, "author": "", "license": "ISC", "dependencies": { "async": "^3.2.3", "base-64": "^1.0.0", "bcryptjs": "^2.4.3", "body-parser": "^1.19.1", "cors": "^2.8.5", "crypto": "^1.0.1", "dotenv": "^14.2.0", "express": "^4.17.2", "fcm-node": "^1.6.1", "firebase-admin": "^11.0.1", "firebase-functions": "^3.22.0", "http": "0.0.1-security", "jsonwebtoken": "^8.5.1", "multer": "^1.4.4", "mysql2": "^2.3.3", "nodemon": "^2.0.15", "path": "^0.12.7", "pm2": "^5.2.0", "qrcode": "^1.5.0", "razorpay": "^2.8.2", "sequelize": "^6.21.0" }, "devDependencies": { "sequelize-cli": "^6.4.1" } }