Files
cypress-scraping-example/package.json
2025-03-31 23:03:32 +02:00

16 lines
311 B
JSON

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