59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "@executeautomation/playwright-mcp-server",
|
|
"version": "1.0.12",
|
|
"description": "Model Context Protocol servers for Playwright",
|
|
"license": "MIT",
|
|
"author": "ExecuteAutomation, Ltd (https://executeautomation.com)",
|
|
"homepage": "https://executeautomation.github.io/mcp-playwright/",
|
|
"bugs": "https://github.com/executeautomation/mcp-playwright/issues",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"bin": {
|
|
"playwright-mcp-server": "dist/index.js"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc && shx chmod +x dist/*.js",
|
|
"prepare": "npm run build",
|
|
"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": "https://github.com/executeautomation/mcp-playwright.git"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "1.24.3",
|
|
"@playwright/browser-chromium": "1.57.0",
|
|
"@playwright/browser-firefox": "1.57.0",
|
|
"@playwright/browser-webkit": "1.57.0",
|
|
"@playwright/test": "^1.57.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.1",
|
|
"mcp-evals": "^2.0.1",
|
|
"playwright": "1.57.0",
|
|
"uuid": "11.1.0"
|
|
},
|
|
"keywords": [
|
|
"playwright",
|
|
"automation",
|
|
"AI",
|
|
"Claude MCP"
|
|
],
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@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"
|
|
}
|
|
}
|