Files
Memoh/apps/browser/package.json
T
Acbox Liu bafd327b6b feat: agent browser (#200)
* feat: agent browser

* chore: complete docker and action config

* feat: more actions

* feat: browser tab switch

* fix: browser build

* fix: lint

* fix: migrations
2026-03-07 15:06:00 +08:00

22 lines
593 B
JSON

{
"name": "@memoh/browser-gateway",
"type": "module",
"version": "0.3.1",
"scripts": {
"dev": "bun run --watch src/index.ts",
"build": "bun build src/index.ts --outfile dist/index.js --target bun --minify --external playwright --external playwright-core",
"start": "pnpm run build && bun run dist/index.js"
},
"devDependencies": {
"@types/bun": "1",
"bun-types": "^1.3.10",
"typescript": "5"
},
"dependencies": {
"@elysiajs/cors": "^1.4.1",
"@memoh/config": "workspace:*",
"elysia": "1",
"playwright": "1.50.0",
"zod": "^4.3.6"
}
}