Files
stef-openclaw-skills/skills/playwright-safe/package.json
2026-03-10 19:07:30 -05:00

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"
}
}