Skip to content

Commit 884f0d4

Browse files
committed
playwright file
1 parent 84e8515 commit 884f0d4

File tree

2 files changed

+1158
-2
lines changed

2 files changed

+1158
-2
lines changed

browserbase/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@
1515
],
1616
"scripts": {
1717
"build": "tsc && shx chmod +x dist/*.js",
18+
"playwright": "tsc && shx chmod +x dist/playwright.js",
1819
"prepare": "npm run build",
1920
"watch": "tsc --watch",
2021
"inspector": "npx @modelcontextprotocol/inspector build/index.js"
2122
},
2223
"dependencies": {
2324
"@browserbasehq/sdk": "^2.0.0",
24-
"@modelcontextprotocol/sdk": "^1.10.2",
25-
"puppeteer-core": "^23.9.0"
25+
"@modelcontextprotocol/sdk": "^1.10.2",
26+
"puppeteer-core": "^23.9.0",
27+
"playwright-core": "^1.45.3"
2628
},
2729
"devDependencies": {
2830
"shx": "^0.3.4",

0 commit comments

Comments
 (0)