mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-03-16 22:33:10 +00:00
20 lines
442 B
JSON
20 lines
442 B
JSON
{
|
|
"name": "playwright-cli",
|
|
"version": "0.262.0",
|
|
"description": "Deprecated package, use @playwright/cli instead.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/playwright-cli.git"
|
|
},
|
|
"homepage": "https://playwright.dev",
|
|
"scripts": {
|
|
"lint": "echo OK",
|
|
"build": "echo OK",
|
|
"test": "echo OK"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|