2021-10-11 17:52:17 +03:00
|
|
|
{
|
|
|
|
"name": "playwright-chromium",
|
2023-05-18 05:05:38 +03:00
|
|
|
"version": "1.35.0-next",
|
2021-10-13 00:32:08 +03:00
|
|
|
"description": "A high-level API to automate Chromium",
|
2021-10-11 17:52:17 +03:00
|
|
|
"repository": "github:Microsoft/playwright",
|
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
"engines": {
|
2022-04-26 18:52:32 +03:00
|
|
|
"node": ">=14"
|
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
|
|
|
},
|
2021-10-27 01:41:18 +03:00
|
|
|
"./package.json": "./package.json"
|
2021-10-11 17:52:17 +03:00
|
|
|
},
|
2021-10-19 21:49:47 +03:00
|
|
|
"bin": {
|
|
|
|
"playwright": "./cli.js"
|
|
|
|
},
|
2021-10-11 17:52:17 +03:00
|
|
|
"scripts": {
|
|
|
|
"install": "node install.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-18 05:05:38 +03:00
|
|
|
"playwright-core": "1.35.0-next"
|
2021-10-11 17:52:17 +03:00
|
|
|
}
|
|
|
|
}
|