{ "name": "ets-pfe004-evaluetonsavoir-quizroom", "version": "1.0.0", "main": "app.js", "scripts": { "start": "node app.js", "test": "jest --colors" }, "author": "", "license": "ISC", "description": "", "dependencies": { "express": "^4.18.2", "jsonwebtoken": "^9.0.2", "socket.io": "^4.7.2" }, "devDependencies": { "jest": "^29.7.0", "jest-mock": "^29.7.0" } }