2021-10-11 17:52:17 +03:00
|
|
|
{
|
|
|
|
"name": "playwright-webkit",
|
2023-10-11 02:10:28 +03:00
|
|
|
"version": "1.40.0-next",
|
2021-10-13 00:32:08 +03:00
|
|
|
"description": "A high-level API to automate WebKit",
|
2023-10-06 02:18:22 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-10-06 02:42:27 +03:00
|
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
2023-10-06 02:18:22 +03:00
|
|
|
},
|
2021-10-11 17:52:17 +03:00
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
"engines": {
|
2023-06-02 11:04:41 +03:00
|
|
|
"node": ">=16"
|
2021-10-11 17:52:17 +03:00
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"exports": {
|
|
|
|
".": {
|
2022-05-26 23:09:32 +03:00
|
|
|
"types": "./index.d.ts",
|
2021-10-11 17:52:17 +03:00
|
|
|
"import": "./index.mjs",
|
2022-08-08 23:30:07 +03:00
|
|
|
"require": "./index.js",
|
|
|
|
"default": "./index.js"
|
2021-10-11 17:52:17 +03:00
|
|
|
},
|
2022-04-22 14:42:52 +03:00
|
|
|
"./package.json": "./package.json"
|
2021-10-11 17:52:17 +03:00
|
|
|
},
|
2021-10-19 21:49:47 +03:00
|
|
|
"bin": {
|
2023-10-06 02:42:27 +03:00
|
|
|
"playwright": "cli.js"
|
2021-10-19 21:49:47 +03:00
|
|
|
},
|
2021-10-11 17:52:17 +03:00
|
|
|
"scripts": {
|
|
|
|
"install": "node install.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-11 02:10:28 +03:00
|
|
|
"playwright-core": "1.40.0-next"
|
2021-10-11 17:52:17 +03:00
|
|
|
}
|
|
|
|
}
|