Files
cypress-scraping-example/package.json
Florian THIERRY a39f84fdd2 Initial commit.
2025-03-31 21:58:27 +02:00

15 lines
276 B
JSON

{
"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"
}
}