19 lines
427 B
JSON
19 lines
427 B
JSON
{
|
|
"name": "scrapper",
|
|
"version": "1.0.0",
|
|
"description": "Scrapper reference dell",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "lantium",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"csv-parser": "^3.0.0",
|
|
"node-datetime": "^2.1.2",
|
|
"puppeteer": "^13.1.1",
|
|
"puppeteer-extra": "^3.1.18",
|
|
"puppeteer-extra-plugin-stealth": "^2.7.8"
|
|
}
|
|
}
|