Files
microsoft__playwright-cli/package.json
T
Yury Semikhatsky 212b11d473 chore: mark v0.1.11 (#395)
* chore(ci): downgrade Node.js from 22 to 20

* chore: mark v0.1.11
2026-05-01 15:34:39 -07:00

31 lines
649 B
JSON

{
"name": "@playwright/cli",
"version": "0.1.11",
"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-1777669338000",
"@types/node": "^25.2.1"
},
"dependencies": {
"playwright": "1.60.0-alpha-1777669338000"
},
"bin": {
"playwright-cli": "playwright-cli.js"
}
}