create initial scraping prototype
This commit is contained in:
9
scraper/package.json
Normal file
9
scraper/package.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"puppeteer": "^23.11.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user