2026-02-03 16:16:09 -08:00
|
|
|
{
|
2026-02-06 11:29:09 -08:00
|
|
|
"name": "@playwright/cli",
|
2026-04-30 13:14:05 -07:00
|
|
|
"version": "0.1.10",
|
2026-02-06 11:29:09 -08:00
|
|
|
"description": "Playwright CLI",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/microsoft/playwright-cli.git"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
|
},
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "playwright test"
|
|
|
|
|
},
|
2026-02-03 16:16:09 -08:00
|
|
|
"devDependencies": {
|
2026-04-30 12:55:58 -07:00
|
|
|
"@playwright/test": "1.60.0-alpha-1777575331000",
|
2026-02-06 11:29:09 -08:00
|
|
|
"@types/node": "^25.2.1"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-04-30 12:55:58 -07:00
|
|
|
"playwright": "1.60.0-alpha-1777575331000"
|
2026-02-06 11:29:09 -08:00
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"playwright-cli": "playwright-cli.js"
|
2026-02-03 16:16:09 -08:00
|
|
|
}
|
|
|
|
|
}
|