mirror of
https://github.com/SawyerHood/dev-browser.git
synced 2026-09-20 13:44:44 +08:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "dev-browser",
|
|
"version": "0.2.3",
|
|
"description": "CLI for controlling browsers with sandboxed JavaScript scripts",
|
|
"type": "module",
|
|
"bin": {
|
|
"dev-browser": "./bin/dev-browser.js"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.js",
|
|
"sync-skills": "node scripts/sync-skills.js",
|
|
"version:sync": "node scripts/sync-version.js",
|
|
"version": "npm run version:sync && git add cli/Cargo.toml cli/Cargo.lock .claude-plugin/marketplace.json plugins/dev-browser/.codex-plugin/plugin.json"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
"scripts/",
|
|
"daemon/dist/",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"dependencies": {
|
|
"playwright": "^1.52.0",
|
|
"playwright-core": "^1.52.0",
|
|
"quickjs-emscripten": "^0.32.0"
|
|
},
|
|
"keywords": [
|
|
"browser",
|
|
"automation",
|
|
"playwright",
|
|
"cli",
|
|
"sandbox",
|
|
"quickjs"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SawyerHood/dev-browser.git"
|
|
},
|
|
"author": "Sawyer Hood"
|
|
}
|