Initial commit.

This commit is contained in:
Florian THIERRY
2025-03-31 21:58:27 +02:00
commit a39f84fdd2
3 changed files with 2207 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
**/node_modules

2192
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "ouest-france-immo-scrapping",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"cypress": "^14.2.1"
}
}