LazyBoy2/tools/playwright/package.json

15 lines
349 B
JSON

{
"name": "lazyboy-playwright-helper",
"version": "0.1.0",
"private": true,
"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"
}
}