package.jsonā¢1.24 kB
{
"name": "better-playwright-mcp3",
"version": "3.2.0",
"description": "Better Playwright MCP v3 - High-performance browser automation with intelligent content search",
"main": "dist/index.js",
"type": "module",
"bin": {
"better-playwright-mcp3": "./bin/cli.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"playwright",
"mcp",
"model-context-protocol",
"browser-automation"
],
"author": "",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.60.0",
"@modelcontextprotocol/sdk": "^1.12.3",
"@vscode/ripgrep": "^1.15.14",
"commander": "^11.1.0",
"debug": "^4.4.1",
"dotenv": "^17.2.1",
"express": "^4.18.2",
"openai": "^5.15.0",
"playwright": "^1.49.1",
"uuid": "^9.0.1",
"ws": "^8.18.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/diff": "^5.0.8",
"@types/domhandler": "^2.4.5",
"@types/express": "^4.17.21",
"@types/node": "^20.10.0",
"@types/uuid": "^9.0.7",
"@types/ws": "^8.18.1",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.0.0"
}
}