{ "name": "expressjs", "version": "1.0.0", "description": "CRUD for fetching two fields", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon --ext js,env --watch .env --watch . app.js" }, "author": "", "license": "ISC", "dependencies": { "bcrypt": "^5.1.1", "body-parser": "^1.20.2", "cors": "^2.8.5", "crypto": "^1.0.1", "dotenv": "^16.3.1", "express": "^4.18.2", "jsonwebtoken": "^9.0.2", "multer": "^1.4.5-lts.1", "mysql2": "^3.6.1", "nodemailer": "^6.9.5", "nodemon": "^3.0.1", "otp-generator": "^4.0.1", "util": "^0.12.5", "uuid": "^9.0.1" } }