mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
22 lines
412 B
JSON
22 lines
412 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|