LazyBoy2/tools/playwright/package.json

15 lines
349 B
JSON
Raw Normal View History

{
2026-09-15 05:20:44 +00:00
"name": "lazyboy-playwright-helper",
"version": "0.1.0",
"private": true,
2026-09-15 05:20:44 +00:00
"description": "Optional Playwright DOM helper for LazyBoy (JSONL / one-shot CLI)",
"type": "module",
"main": "browser_helper.mjs",
"scripts": {
"self-test": "node browser_helper.mjs --self-test"
},
"dependencies": {
"playwright": "^1.49.0"
}
}