{ "name": "server", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "auth0": "^2.33.0", "body-parser": "^1.19.0", "cors": "^2.8.5", "dotenv": "^8.2.0", "express": "^4.17.1", "mongoose": "^5.12.2", "mongoose-autopopulate": "^0.12.3", "multer": "^1.4.2", "nodemon": "^2.0.6", "uuid": "^8.3.2" } }