Files
microsoft__playwright-cli/package.json
T

32 lines
693 B
JSON
Raw Normal View History

2026-02-03 16:16:09 -08:00
{
"name": "@playwright/cli",
2026-08-05 17:12:10 -07:00
"version": "0.1.18",
"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": {
"@playwright/test": "1.63.0-alpha-2026-08-05",
"@types/node": "^25.2.1"
},
"dependencies": {
"playwright": "1.63.0-alpha-2026-08-05",
"playwright-core": "1.63.0-alpha-2026-08-05"
},
"bin": {
"playwright-cli": "playwright-cli.js"
2026-02-03 16:16:09 -08:00
}
}