Initial commit
This commit is contained in:
15
skills/browser-control/package.json
Normal file
15
skills/browser-control/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user