{ "name": "test-back-end", "version": "1.0.0", "description": "", "main": "src/index.js", "scripts": { "start": "nodemon ." }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "bcryptjs": "^2.4.3", "bluebird": "^3.7.2", "crypto": "^1.0.1", "express": "^4.17.1", "joi": "^17.4.2", "jsonwebtoken": "^8.5.1", "passport": "^0.4.1", "passport-http": "^0.3.0", "passport-http-bearer": "^1.0.1", "passport-jwt": "^4.0.0", "uuidv4": "^6.2.12", "winston": "^3.3.3" }, "devDependencies": { "eslint": "^7.32.0", "nodemon": "^2.0.12" } }