2021-10-11 16:52:17 +02:00
|
|
|
{
|
|
|
|
|
"name": "playwright-chromium",
|
2023-08-17 22:17:39 +02:00
|
|
|
"version": "1.37.1",
|
2021-10-12 23:32:08 +02:00
|
|
|
"description": "A high-level API to automate Chromium",
|
2021-10-11 16:52:17 +02:00
|
|
|
"repository": "github:Microsoft/playwright",
|
|
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
|
"engines": {
|
2023-06-02 10:04:41 +02:00
|
|
|
"node": ">=16"
|
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
|
|
|
},
|
2021-10-27 00:41:18 +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-08-17 22:17:39 +02:00
|
|
|
"playwright-core": "1.37.1"
|
2021-10-11 16:52:17 +02:00
|
|
|
}
|
|
|
|
|
}
|