Current state

This commit is contained in:
Chariah
2026-06-26 14:24:59 +02:00
commit 60892d6151
153 changed files with 27248 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "scraper-service",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node index.js",
"install-playwright": "npx playwright install chromium"
},
"dependencies": {
"express": "^4.18.2",
"playwright": "^1.48.0"
}
}