mirror of
https://github.com/microsoft/playwright-cli.git
synced 2026-09-14 19:59:39 +08:00
4a115841c6
* chore: roll Playwright to 1.60.0-alpha-1775061447000
32 lines
674 B
JSON
32 lines
674 B
JSON
{
|
|
"name": "@playwright/cli",
|
|
"version": "0.1.4",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.60.0-alpha-1775061447000",
|
|
"@types/node": "^25.2.1"
|
|
},
|
|
"dependencies": {
|
|
"minimist": "^1.2.5",
|
|
"playwright": "1.60.0-alpha-1775061447000"
|
|
},
|
|
"bin": {
|
|
"playwright-cli": "playwright-cli.js"
|
|
}
|
|
}
|