mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-01-29 22:12:04 +00:00
21 lines
434 B
JSON
21 lines
434 B
JSON
{
|
|
"name": "playwright-cli",
|
|
"version": "0.261.0",
|
|
"description": "Playwright CLI",
|
|
"repository": "github:Microsoft/playwright-cli",
|
|
"homepage": "https://playwright.dev",
|
|
"scripts": {
|
|
"lint": "echo OK",
|
|
"build": "echo OK",
|
|
"test": "echo OK"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@playwright/cli": "0.0.61"
|
|
},
|
|
"devDependencies": {}
|
|
}
|