mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-01-29 22:12:04 +00:00
31 lines
878 B
JSON
31 lines
878 B
JSON
{
|
|
"name": "playwright-mcp-internal",
|
|
"version": "0.0.61",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/playwright-mcp.git"
|
|
},
|
|
"homepage": "https://playwright.dev",
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"docker-build": "docker build --no-cache -t playwright-mcp-dev:latest .",
|
|
"docker-rm": "docker rm playwright-mcp-dev",
|
|
"docker-run": "docker run -it -p 8080:8080 --name playwright-mcp-dev playwright-mcp-dev:latest",
|
|
"lint": "npm run lint --workspaces",
|
|
"test": "npm run test --workspaces",
|
|
"build": "npm run build --workspaces"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
"@playwright/test": "1.59.0-alpha-1769561805000",
|
|
"@types/node": "^24.3.0"
|
|
}
|
|
}
|