{ "name": "backend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "bcrypt-nodejs": "0.0.3", "body-parser": "^1.19.1", "cors": "^2.8.5", "dotenv": "^10.0.0", "express": "^4.17.1", "jwt-simple": "^0.5.6", "moment": "^2.29.1", "mongoose": "5.9.24" }, "devDependencies": { "nodemon": "^2.0.15" } }