Files
microsoft__playwright-cli/package.json
T
Pavel Feldman 4a115841c6 chore: mark v0.1.4 (#334)
* chore: roll Playwright to 1.60.0-alpha-1775061447000
2026-04-01 11:03:18 -07:00

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