2021-10-11 16:52:17 +02:00
|
|
|
{
|
|
|
|
|
"name": "playwright-core",
|
2025-01-17 21:34:59 +01:00
|
|
|
"version": "1.51.0-next",
|
2021-10-11 16:52:17 +02:00
|
|
|
"description": "A high-level API to automate web browsers",
|
2023-10-06 01:18:22 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2023-10-06 01:42:27 +02:00
|
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
2023-10-06 01:18:22 +02:00
|
|
|
},
|
2021-10-11 16:52:17 +02:00
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
|
"engines": {
|
2024-05-08 18:41:27 +02:00
|
|
|
"node": ">=18"
|
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",
|
2022-01-16 04:25:32 +01:00
|
|
|
"./lib/outofprocess": "./lib/outofprocess.js",
|
2023-04-25 20:19:37 +02:00
|
|
|
"./lib/cli/program": "./lib/cli/program.js",
|
2022-01-25 21:14:30 +01:00
|
|
|
"./lib/remote/playwrightServer": "./lib/remote/playwrightServer.js",
|
2022-04-14 01:13:30 +02:00
|
|
|
"./lib/server": "./lib/server/index.js",
|
2025-02-12 00:40:41 +01:00
|
|
|
"./lib/server/utils/image_tools/stats": "./lib/server/utils/image_tools/stats.js",
|
|
|
|
|
"./lib/server/utils/image_tools/compare": "./lib/server/utils/image_tools/compare.js",
|
|
|
|
|
"./lib/server/utils/image_tools/imageChannel": "./lib/server/utils/image_tools/imageChannel.js",
|
|
|
|
|
"./lib/server/utils/image_tools/colorUtils": "./lib/server/utils/image_tools/colorUtils.js",
|
|
|
|
|
"./lib/server/registry/index": "./lib/server/registry/index.js",
|
2025-02-12 02:19:27 +01:00
|
|
|
"./lib/utils": "./lib/utils.js",
|
2022-04-18 22:47:23 +02:00
|
|
|
"./lib/utilsBundle": "./lib/utilsBundle.js",
|
2022-04-18 20:31:58 +02:00
|
|
|
"./lib/zipBundle": "./lib/zipBundle.js",
|
2022-04-14 01:13:30 +02:00
|
|
|
"./types/protocol": "./types/protocol.d.ts",
|
|
|
|
|
"./types/structs": "./types/structs.d.ts"
|
2021-10-11 16:52:17 +02:00
|
|
|
},
|
2023-05-22 21:37:08 +02:00
|
|
|
"bin": {
|
2023-10-06 01:42:27 +02:00
|
|
|
"playwright-core": "cli.js"
|
2023-05-22 21:37:08 +02:00
|
|
|
},
|
2023-04-25 20:19:37 +02:00
|
|
|
"types": "types/types.d.ts"
|
2021-10-11 16:52:17 +02:00
|
|
|
}
|