{ "name": "obanana_postman_node", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon index.js" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.7.4", "bcrypt": "^5.1.1", "body-parser": "^1.20.2", "cloudinary": "^2.4.0", "cors": "^2.8.5", "datauri": "^4.1.0", "dotenv": "^16.4.5", "express": "^4.19.2", "helmet": "^7.1.0", "jsonwebtoken": "^9.0.2", "mongoose": "^8.5.3", "morgan": "^1.10.0", "multer": "^1.4.5-lts.1", "nodemon": "^3.1.4", "streamifier": "^0.1.1", "ws": "^8.18.0" } }