2023-08-27 17:24:35 +03:00
|
|
|
{
|
|
|
|
"name": "@playwright/browser-webkit",
|
2023-09-12 04:16:16 +03:00
|
|
|
"version": "1.39.0-next",
|
2023-08-27 17:24:35 +03:00
|
|
|
"description": "Playwright package that automatically installs WebKit",
|
|
|
|
"repository": "github:Microsoft/playwright",
|
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"import": "./index.mjs",
|
|
|
|
"require": "./index.js",
|
|
|
|
"default": "./index.js"
|
|
|
|
},
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"install": "node install.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-09-12 04:16:16 +03:00
|
|
|
"playwright-core": "1.39.0-next"
|
2023-08-27 17:24:35 +03:00
|
|
|
}
|
|
|
|
}
|