We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e8515 commit 884f0d4Copy full SHA for 884f0d4
browserbase/package.json
@@ -15,14 +15,16 @@
15
],
16
"scripts": {
17
"build": "tsc && shx chmod +x dist/*.js",
18
+ "playwright": "tsc && shx chmod +x dist/playwright.js",
19
"prepare": "npm run build",
20
"watch": "tsc --watch",
21
"inspector": "npx @modelcontextprotocol/inspector build/index.js"
22
},
23
"dependencies": {
24
"@browserbasehq/sdk": "^2.0.0",
- "@modelcontextprotocol/sdk": "^1.10.2",
25
- "puppeteer-core": "^23.9.0"
+ "@modelcontextprotocol/sdk": "^1.10.2",
26
+ "puppeteer-core": "^23.9.0",
27
+ "playwright-core": "^1.45.3"
28
29
"devDependencies": {
30
"shx": "^0.3.4",
0 commit comments