{ "name": "auth", "version": "1.0.0", "description": "sign up and sign in auth", "main": "server.js", "scripts": { "start": "nodemon server.js" }, "author": "B. Priyatham Sai chand", "license": "ISC", "dependencies": { "bcryptjs": "^2.4.3", "config": "^3.3.2", "express": "^4.17.1", "express-validator": "^6.6.1", "jsonwebtoken": "^8.5.1", "mongoose": "^5.10.13", "nodemon": "^2.0.6" } }