31 lines
650 B
JSON
31 lines
650 B
JSON
{
|
|
"name": "@playwright/experimental-grid",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Playwright Grid",
|
|
"scripts": {},
|
|
"bin": {
|
|
"playwright-grid": "./cli.js"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^11.0.0",
|
|
"debug": "^4.3.2",
|
|
"ws": "^8.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/commander": "^2.12.2",
|
|
"@types/debug": "^4.1.8",
|
|
"@types/ws": "^8.5.5",
|
|
"playwright-core": "1.37.0-next"
|
|
},
|
|
"repository": "github:Microsoft/playwright",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"homepage": "https://playwright.dev",
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|