package.jsonā¢698 B
{
"name": "playwright_mcp",
"version": "1.0.0",
"description": "Playwright + MCP setup for VS Code",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "npx playwright test",
"report": "npx playwright show-report",
"codegen": "npx playwright codegen",
"install-browsers": "npx playwright install"
},
"keywords": [
"playwright",
"mcp",
"testing",
"automation"
],
"author": "Sumit Vishwakarma",
"license": "ISC",
"devDependencies": {
"@playwright/mcp": "^0.0.47",
"@playwright/test": "^1.56.0",
"@types/node": "^24.7.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.22.0"
}
}