Initial commit: Full Crawl API implementation
This commit is contained in:
13
playwright/package.json
Normal file
13
playwright/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "crawlapi-playwright",
|
||||
"version": "1.0.0",
|
||||
"description": "Playwright worker for Crawl API",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"playwright": "^1.49.0",
|
||||
"turndown": "^7.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user