package.json•748 B
{
"name": "playwright-mcp-server",
"version": "1.0.0",
"description": "Playwright MCP server with streamableHttp transport",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts"
},
"dependencies": {
"@playwright/mcp": "^0.0.40",
"@modelcontextprotocol/sdk": "^1.0.0",
"playwright": "^1.40.0",
"express": "^4.18.0",
"cors": "^2.8.5"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/express": "^4.17.0",
"@types/cors": "^2.8.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"keywords": [
"mcp",
"playwright",
"automation",
"browser"
],
"author": "",
"license": "MIT"
}