mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
22 lines
597 B
JSON
22 lines
597 B
JSON
{
|
|
"name": "@memohai/browser-gateway",
|
|
"type": "module",
|
|
"version": "0.7.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",
|
|
"@memohai/config": "workspace:*",
|
|
"elysia": "1",
|
|
"playwright": "1.50.0",
|
|
"zod": "^4.3.6"
|
|
}
|
|
} |