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