PRIMEIRO ENVIO

This commit is contained in:
2025-12-25 12:02:07 -03:00
parent ca49575224
commit c4d3bd9a86
92 changed files with 26976 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"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.13.2",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"puppeteer": "^21.5.2"
}
}