2026-09-13 07:57:57 +00:00
|
|
|
{
|
2026-09-15 05:20:44 +00:00
|
|
|
"name": "lazyboy-playwright-helper",
|
2026-09-13 07:57:57 +00:00
|
|
|
"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)",
|
2026-09-13 07:57:57 +00:00
|
|
|
"type": "module",
|
|
|
|
|
"main": "browser_helper.mjs",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"self-test": "node browser_helper.mjs --self-test"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"playwright": "^1.49.0"
|
|
|
|
|
}
|
|
|
|
|
}
|