PRIMEIRO ENVIO
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "simple-crawler-test",
|
||||
"version": "1.0.0",
|
||||
"description": "Simple crawler for testing",
|
||||
"main": "test-crawler.js",
|
||||
"scripts": {
|
||||
"start": "node test-crawler.js",
|
||||
"test": "echo \"Test with curl command\""
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"puppeteer": "^21.5.2",
|
||||
"cheerio": "^1.0.0-rc.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user