{ "dependencies": { "bcrypt": "^5.0.1", "dotenv": "^16.0.1", "express": "^4.18.1", "mongoose": "^6.3.8", "multer": "^1.4.5-lts.1", "nodemon": "^2.0.16" }, "name": "api", "version": "1.0.0", "main": "index.js", "scripts": { "start": "nodemon index.js" }, "author": "", "license": "ISC", "description": "" }