mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-03-16 22:33:10 +00:00
17 lines
386 B
JSON
17 lines
386 B
JSON
{
|
|
"name": "playwright-cli",
|
|
"version": "0.262.0",
|
|
"description": "Deprecated package, use @playwright/cli instead.",
|
|
"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"
|
|
}
|