{ "dependencies": { "express": "^4.17.1", "joi": "^17.4.1", "jsonwebtoken": "^8.5.1", "mongoose": "^5.13.3" }, "devDependencies": { "jest": "^27.0.6", "supertest": "^6.1.4" }, "scripts": { "test": "jest --watchAll --verbose --runInBand --coverage" } }