"version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon app.js" }, "author": "", "license": "ISC", "dependencies": { "@hapi/joi": "^16.1.7", "bcryptjs": "^2.4.3", "body-parser": "^1.19.0", "cors": "^2.8.5", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", "mongoose": "^5.7.5" }, "devDependencies": { "nodemon": "^1.19.4" } }