2021-10-11 17:52:17 +03:00
|
|
|
{
|
|
|
|
"name": "playwright-core",
|
2022-11-12 02:30:15 +03:00
|
|
|
"version": "1.29.0-next",
|
2021-10-11 17:52:17 +03:00
|
|
|
"description": "A high-level API to automate web browsers",
|
|
|
|
"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-19 21:49:47 +03:00
|
|
|
"./cli": "./cli.js",
|
2021-10-27 01:41:18 +03:00
|
|
|
"./package.json": "./package.json",
|
2021-10-22 22:59:52 +03:00
|
|
|
"./lib/grid/gridServer": "./lib/grid/gridServer.js",
|
2022-01-16 06:25:32 +03:00
|
|
|
"./lib/outofprocess": "./lib/outofprocess.js",
|
2022-04-07 23:26:50 +03:00
|
|
|
"./lib/utils": "./lib/utils/index.js",
|
2022-09-10 01:25:42 +03:00
|
|
|
"./lib/common/userAgent": "./lib/common/userAgent.js",
|
2022-09-21 22:45:43 +03:00
|
|
|
"./lib/containers/docker": "./lib/containers/docker.js",
|
2022-02-19 01:39:17 +03:00
|
|
|
"./lib/utils/comparators": "./lib/utils/comparators.js",
|
2022-04-08 06:18:22 +03:00
|
|
|
"./lib/utils/eventsHelper": "./lib/utils/eventsHelper.js",
|
|
|
|
"./lib/utils/fileUtils": "./lib/utils/fileUtils.js",
|
2021-10-22 22:59:52 +03:00
|
|
|
"./lib/utils/httpServer": "./lib/utils/httpServer.js",
|
2022-04-08 06:18:22 +03:00
|
|
|
"./lib/utils/hostPlatform": "./lib/utils/hostPlatform.js",
|
|
|
|
"./lib/utils/manualPromise": "./lib/utils/manualPromise.js",
|
2022-07-29 21:46:48 +03:00
|
|
|
"./lib/utils/mimeType": "./lib/utils/mimeType.js",
|
2022-04-08 06:18:22 +03:00
|
|
|
"./lib/utils/multimap": "./lib/utils/multimap.js",
|
2021-10-22 22:59:52 +03:00
|
|
|
"./lib/utils/processLauncher": "./lib/utils/processLauncher.js",
|
2022-04-27 17:01:30 +03:00
|
|
|
"./lib/utils/processLauncherCleanupEntrypoint": "./lib/utils/processLauncherCleanupEntrypoint.js",
|
2022-04-08 06:18:22 +03:00
|
|
|
"./lib/utils/spawnAsync": "./lib/utils/spawnAsync.js",
|
2022-02-02 05:40:44 +03:00
|
|
|
"./lib/utils/stackTrace": "./lib/utils/stackTrace.js",
|
2022-04-08 06:18:22 +03:00
|
|
|
"./lib/utils/timeoutRunner": "./lib/utils/timeoutRunner.js",
|
2022-01-25 23:14:30 +03:00
|
|
|
"./lib/remote/playwrightServer": "./lib/remote/playwrightServer.js",
|
2022-04-14 02:13:30 +03:00
|
|
|
"./lib/server": "./lib/server/index.js",
|
2022-04-18 23:47:23 +03:00
|
|
|
"./lib/utilsBundle": "./lib/utilsBundle.js",
|
2022-04-18 21:31:58 +03:00
|
|
|
"./lib/zipBundle": "./lib/zipBundle.js",
|
2022-04-14 02:13:30 +03:00
|
|
|
"./types/protocol": "./types/protocol.d.ts",
|
|
|
|
"./types/structs": "./types/structs.d.ts"
|
2021-10-11 17:52:17 +03:00
|
|
|
},
|
|
|
|
"types": "types/types.d.ts",
|
|
|
|
"bin": {
|
|
|
|
"playwright": "./cli.js"
|
|
|
|
}
|
|
|
|
}
|