16 lines
399 B
JSON
16 lines
399 B
JSON
{
|
|
"name": "browser-control",
|
|
"version": "0.1.0",
|
|
"description": "Browser control scripts for Geoffrey using Playwright",
|
|
"type": "module",
|
|
"scripts": {
|
|
"launch": "./scripts/launch-chrome.sh",
|
|
"navigate": "bun scripts/navigate.js",
|
|
"screenshot": "bun scripts/screenshot.js",
|
|
"extract": "bun scripts/extract.js"
|
|
},
|
|
"dependencies": {
|
|
"puppeteer-core": "^23.0.0"
|
|
}
|
|
}
|