playwright-mcp
Version:
Playwright integration for ModelContext
53 lines (52 loc) • 1.32 kB
JSON
{
"name": "playwright-mcp",
"version": "0.0.19",
"description": "Playwright integration for ModelContext",
"type": "module",
"main": "dist/server.js",
"bin": {
"playwright-mcp": "dist/server.js"
},
"scripts": {
"generate-version": "node scripts/generate-version.js",
"dev": "npm run generate-version && tsup --watch",
"build": "npm run generate-version && NODE_ENV=production tsup",
"lint": "eslint .",
"check": "tsc --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.1",
"@skorotkiewicz/snowflake-id": "^1.0.1",
"happy-dom": "^17.4.4",
"lodash": "^4.17.21",
"playwright": "^1.51.0",
"posthog-node": "^5.11.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.16",
"@types/node": "^22.13.10",
"eslint": "^9.21.0",
"globals": "^15.15.0",
"tsup": "^8.4.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1"
},
"keywords": [
"playwright",
"mcp",
"modelcontextprotocol",
"test automation",
"playwright-mcp"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Ashish-Bansal/playwright-mcp.git"
},
"author": "Ashish Bansal",
"publishConfig": {
"access": "public"
}
}