fix: 添加 playwright 依赖修复 Chromium 安装

rebrowser-playwright CLI 依赖原版 playwright 模块才能安装浏览器
This commit is contained in:
2026-02-28 23:25:59 +08:00
parent a6c36442b2
commit 28d870b158
2 changed files with 28 additions and 6 deletions
+7 -6
View File
@@ -30,18 +30,19 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.0",
"rebrowser-playwright": "^1.52.0",
"express": "^4.21.0",
"pino": "^9.0.0",
"rebrowser-playwright": "^1.52.0",
"zod": "^3.25.0"
},
"devDependencies": {
"typescript": "^5.7.0",
"tsup": "^8.0.0",
"vitest": "^3.0.0",
"pino-pretty": "^13.0.0",
"@types/express": "^5.0.0",
"@types/node": "^22.0.0"
"@types/node": "^22.0.0",
"pino-pretty": "^13.0.0",
"playwright": "^1.58.2",
"tsup": "^8.0.0",
"typescript": "^5.7.0",
"vitest": "^3.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [