mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-10-12 00:25:14 +03:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "@playwright/mcp",
|
|
"version": "0.0.36",
|
|
"description": "Playwright Tools for MCP",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/playwright-mcp.git"
|
|
},
|
|
"homepage": "https://playwright.dev",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"lint": "npm run update-readme",
|
|
"update-readme": "node update-readme.js",
|
|
"docker-build": "docker build --no-cache -t playwright-mcp-dev:latest .",
|
|
"test": "playwright test",
|
|
"ctest": "playwright test --project=chrome",
|
|
"ftest": "playwright test --project=firefox",
|
|
"wtest": "playwright test --project=webkit",
|
|
"dtest": "MCP_IN_DOCKER=1 playwright test --project=chromium-docker",
|
|
"npm-publish": "npm run clean && npm run build && npm run test && npm publish"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"playwright": "1.56.0-alpha-1757090131000",
|
|
"playwright-core": "1.56.0-alpha-1757090131000"
|
|
},
|
|
"bin": {
|
|
"mcp-server-playwright": "cli.js"
|
|
},
|
|
"devDependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.17.5",
|
|
"@playwright/test": "1.56.0-alpha-1757090131000",
|
|
"@types/node": "^24.3.0",
|
|
"zod-to-json-schema": "^3.24.6"
|
|
}
|
|
}
|