Files
2026-01-28 20:24:13 -08:00

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": {}
}