Nouvelle version, ne nécessitant que la saisie d'un pseudo (plus besoin de créer un compte)

This commit is contained in:
2023-11-17 15:30:14 +01:00
parent e844fbf3b0
commit b40e1ac934
138 changed files with 3926 additions and 8660 deletions

View File

@@ -5,7 +5,7 @@
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
"start": "nodemon --inspect app.js"
},
"author": "Laurent LE CORRE",
"license": "ISC",
@@ -18,7 +18,8 @@
"dotenv": "^16.3.1",
"express": "^4.18.2",
"hbs": "^4.2.0",
"mysql": "^2.18.1"
"mysql": "^2.18.1",
"uuid": "^9.0.1"
},
"engines": {
"npm": ">=7.0.0 <8.0.0",