14 lines
260 B
JSON
14 lines
260 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|