{ "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": "nodemon app.js", "test": "jest --colors" }, "keywords": [], "author": "", "license": "MIT", "dependencies": { "bcrypt": "^5.1.1", "cors": "^2.8.5", "dotenv": "^16.4.4", "express": "^4.18.2", "jsonwebtoken": "^9.0.2", "mongodb": "^6.3.0", "multer": "^1.4.5-lts.1", "nodemailer": "^6.9.9", "socket.io": "^4.7.2", "socket.io-client": "^4.7.2" }, "devDependencies": { "@types/bcrypt": "^5.0.2", "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/jest": "^29.5.13", "@types/jsonwebtoken": "^9.0.7", "@types/mongodb": "^4.0.7", "@types/multer": "^1.4.12", "@types/node": "^22.7.4", "@types/nodemailer": "^6.4.16", "@types/socket.io": "^3.0.2", "@types/socket.io-client": "^3.0.0", "@types/supertest": "^6.0.2", "jest": "^29.7.0", "nodemon": "^3.0.1", "supertest": "^6.3.4", "ts-jest": "^29.2.5", "typescript": "^5.6.2" }, "engines": { "node": "18.x" }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "testMatch": [ "**/__tests__/**/*.ts?(x)", "**/?(*.)+(spec|test).ts?(x)" ] } }