Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:35:59 +08:00
commit 90883a4d25
287 changed files with 75058 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"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"
}
}