13 lines
281 B
JSON
13 lines
281 B
JSON
{
|
|
"name": "playwright-safe",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Single-entry Playwright scraper skill with bounded stealth behavior",
|
|
"scripts": {
|
|
"smoke": "node scripts/playwright-safe.js"
|
|
},
|
|
"dependencies": {
|
|
"playwright": "^1.52.0"
|
|
}
|
|
}
|