Files
Crawler/package.json
2025-11-21 10:42:37 +07:00

18 lines
342 B
JSON

{
"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"
}
}