Initialisation du code

This commit is contained in:
2024-01-04 17:34:54 +01:00
parent 8a5ed5a788
commit bfee7c82e5
1487 changed files with 171485 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "mes-apis",
"version": "1.0.0",
"description": "Diverses APIs",
"main": "mes-apis.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon mes-apis.js"
},
"author": "Laurent LE CORRE",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"nodemon": "^3.0.1",
"axios": "^1.6.4",
"cheerio": "^1.0.0-rc.10"
}
}