-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 747 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "nodejs-execices",
"version": "1.0.0",
"description": "<!-------------------------------- monServeur.js ------------------------->\r *monServeur.js:* est un serveur web basique en Node.js, capable de répondre à différentes requêtes selon l'URL demandée.\r ✅ Répond à l'URL /acceuil avec un message de bienvenue.\r ✅ Répond à l'URL /profil avec une page de profil.\r ✅ Affiche une page 404 si l'URL est inconnue.",
"main": "monServeur.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.21.2",
"express-myconnection": "^1.0.4",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"uuid": "^11.1.0"
}
}