Files
webclone/simple-crawler/package.json
T

20 lines
489 B
JSON

{
"name": "simple-crawler-test",
"version": "1.0.0",
"description": "Simple crawler for testing",
"main": "test-crawler.js",
"scripts": {
"start": "node test-crawler.js",
"dev": "node test-crawler.js",
"test": "echo \"Test with curl command\""
},
"dependencies": {
"axios": "^1.16.1",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"playwright": "^1.60.0",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}