15 lines
349 B
JSON
15 lines
349 B
JSON
{
|
|
"name": "grokboy-playwright-helper",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Optional Playwright DOM helper for GrokBoy (JSONL / one-shot CLI)",
|
|
"type": "module",
|
|
"main": "browser_helper.mjs",
|
|
"scripts": {
|
|
"self-test": "node browser_helper.mjs --self-test"
|
|
},
|
|
"dependencies": {
|
|
"playwright": "^1.49.0"
|
|
}
|
|
}
|