{ "name": "server", "version": "1.0.0", "description": "", "type": "module", "main": "app.js", "scripts": { "dev": "nodemon app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "bcryptjs": "^2.4.3", "cors": "^2.8.5", "express": "^4.17.1", "mongoose": "^5.11.9", "multer": "^1.4.2", "node-fetch": "^2.6.1", "nodemon": "^2.0.6", "validator": "^13.5.2" } }