{ "name": "ets-pfe004-evaluetonsavoir-backend", "version": "1.0.0", "description": "", "main": "app.js", "scripts": { "build": "webpack --config webpack.config.js", "start": "node app.js", "dev": "cross-env NODE_ENV=development nodemon app.js", "test": "jest", "postinstall": "patch-package" }, "keywords": [], "author": "", "license": "MIT", "dependencies": { "bcrypt": "^5.1.1", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^4.18.2", "express-list-endpoints": "^7.1.1", "express-session": "^1.18.0", "jsonwebtoken": "^9.0.2", "mongodb": "^6.14.2", "multer": "^1.4.5-lts.1", "nodemailer": "^6.10.0", "passport": "^0.7.0", "passport-oauth2": "^1.8.0", "passport-openidconnect": "^0.1.2", "patch-package": "^8.0.0", "socket.io": "^4.7.2", "socket.io-client": "^4.8.1" }, "devDependencies": { "@eslint/js": "^9.22.0", "@shelf/jest-mongodb": "^5.1.0", "cross-env": "^7.0.3", "eslint": "^9.22.0", "globals": "^16.0.0", "jest": "^29.7.0", "jest-mock": "^29.7.0", "nodemon": "^3.1.9", "supertest": "^6.3.4" }, "engines": { "node": "20.x" }, "jest": { "preset": "@shelf/jest-mongodb", "testMatch": [ "**/__tests__/**/*.js?(x)", "**/?(*.)+(spec|test).js?(x)" ], "setupFilesAfterEnv": ["/jest.setup.js"] } }