26 lines
572 B
JSON
26 lines
572 B
JSON
{
|
|
"name": "scrape-data-keyword",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"axios": "^1.8.2",
|
|
"cheerio": "^1.0.0",
|
|
"dotenv": "^16.4.7",
|
|
"lodash": "^4.17.21",
|
|
"node-ssh": "^13.2.1",
|
|
"playwright": "^1.52.0",
|
|
"puppeteer": "^24.4.0",
|
|
"puppeteer-extra": "^3.3.6",
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2"
|
|
}
|
|
}
|