22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "web-scraper",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "scripts.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"expect-puppeteer": "^6.1.1",
|
|
"jest": "^29.1.2",
|
|
"jest-puppeteer": "^6.1.1",
|
|
"puppeteer": "^18.0.5",
|
|
"puppeteer-extra": "^3.3.4",
|
|
"puppeteer-extra-plugin-adblocker": "^2.13.5",
|
|
"puppeteer-extra-plugin-stealth": "^2.11.1"
|
|
}
|
|
}
|