{ "dependencies": { "compression": "^1.8.1", "express": "^4.22.0", "helmet": "^4.6.0", "joi": "^17.4.1", "jsonwebtoken": "^9.0.0", "mongoose": "^6.13.6", "winston": "^3.3.3", "winston-mongodb": "^5.0.7" }, "devDependencies": { "jest": "^27.0.6", "supertest": "^6.1.4" }, "scripts": { "start": "node index.js", "devStart": "nodemon index.js", "test": "jest --watchAll --verbose --runInBand --coverage" } }