UNPKG

@mattmule/playwright-mcp-server

Version:
59 lines (58 loc) 1.71 kB
{ "name": "@mattmule/playwright-mcp-server", "version": "1.0.15", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "description": "Model Context Protocol server for Playwright", "license": "MIT", "author": "ExecuteAutomation, Ltd (https://executeautomation.com)", "homepage": "https://executeautomation.github.io/mcp-playwright/", "bugs": { "url": "https://github.com/executeautomation/mcp-playwright/issues" }, "bin": { "playwright-mcp-server": "dist/index.js" }, "files": [ "dist/**/*" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build && npx playwright install", "start": "node dist/index.js --transport stdio", "watch": "tsc --watch", "test": "jest --testMatch=\"<rootDir>/src/__tests__/**/*.test.ts\"", "test:coverage": "jest --coverage --testMatch=\"<rootDir>/src/__tests__/**/*.test.ts\"", "test:custom": "node run-tests.cjs" }, "repository": { "type": "git", "url": "git+https://github.com/executeautomation/mcp-playwright.git" }, "keywords": [ "playwright", "automation", "AI", "Claude MCP" ], "dependencies": { "@modelcontextprotocol/sdk": "1.11.1", "@playwright/browser-chromium": "1.53.1", "@playwright/browser-firefox": "1.53.1", "@playwright/browser-webkit": "1.53.1", "@playwright/test": "^1.53.1", "mcp-evals": "^1.0.18", "playwright": "1.53.1", "uuid": "11.1.0" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.10.5", "jest": "^29.7.0", "jest-playwright-preset": "4.0.0", "shx": "^0.3.4", "ts-jest": "^29.2.6", "typescript": "^5.8.3" } }