18 строки
378 B
JSON
18 строки
378 B
JSON
{
|
|
"name": "playwright-cli",
|
|
"version": "0.180.0",
|
|
"description": "Playwright CLI",
|
|
"repository": "github:Microsoft/playwright-cli",
|
|
"homepage": "https://playwright.dev",
|
|
"scripts": {},
|
|
"bin": {
|
|
"playwright-cli": "./index.js"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|