what is going on

This commit is contained in:
Frank Delaguila
2022-10-04 20:46:30 -06:00
commit 001e362d38
14 changed files with 8399 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
}
}