This commit is contained in:
So
2025-11-21 10:42:37 +07:00
commit 3986e38b49
7 changed files with 1474 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "crawler-fb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^142.0.3",
"dotenv": "^17.2.3",
"selenium-webdriver": "^4.38.0"
}
}