chore: update the playwright-cli stub (#1353)

This commit is contained in:
Pavel Feldman
2026-01-28 20:24:13 -08:00
committed by GitHub
parent 8b8e518029
commit 925735af51
4 changed files with 241 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"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": {}
}