Sauvegarde initiale de l'application

This commit is contained in:
2024-12-15 19:46:39 +01:00
commit 75dcd7df5a
25 changed files with 1108 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "jeu_smartphone_js",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.2",
"js-yaml": "^4.1.0"
}
}