2021-10-11 16:52:17 +02:00
|
|
|
{
|
|
|
|
|
"name": "@playwright/test",
|
2023-06-15 00:27:34 +02:00
|
|
|
"version": "1.35.1",
|
2021-10-11 16:52:17 +02:00
|
|
|
"description": "A high-level API to automate web browsers",
|
|
|
|
|
"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
|
|
|
},
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"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 21:19:15 +02:00
|
|
|
"require": "./index.js",
|
|
|
|
|
"default": "./index.js"
|
2021-10-11 16:52:17 +02:00
|
|
|
},
|
2023-05-23 21:32:44 +02:00
|
|
|
"./cli": "./cli.js",
|
2021-10-27 00:41:18 +02:00
|
|
|
"./package.json": "./package.json",
|
|
|
|
|
"./lib/cli": "./lib/cli.js",
|
2023-05-24 06:05:33 +02:00
|
|
|
"./lib/transform/babelBundle": "./lib/transform/babelBundle.js",
|
|
|
|
|
"./lib/transform/compilationCache": "./lib/transform/compilationCache.js",
|
2023-05-25 05:17:44 +02:00
|
|
|
"./lib/transform/esmLoader": "./lib/transform/esmLoader.js",
|
2023-02-06 23:52:40 +01:00
|
|
|
"./lib/internalsForTest": "./lib/internalsForTest.js",
|
2022-04-29 00:08:10 +02:00
|
|
|
"./lib/plugins": "./lib/plugins/index.js",
|
2023-05-23 00:34:50 +02:00
|
|
|
"./jsx-runtime": {
|
|
|
|
|
"import": "./jsx-runtime.mjs",
|
|
|
|
|
"require": "./jsx-runtime.js",
|
|
|
|
|
"default": "./jsx-runtime.js"
|
|
|
|
|
},
|
2023-04-19 23:20:53 +02:00
|
|
|
"./lib/util": "./lib/util.js",
|
2023-04-18 01:19:21 +02:00
|
|
|
"./lib/utilsBundle": "./lib/utilsBundle.js",
|
2021-10-27 00:41:18 +02:00
|
|
|
"./reporter": "./reporter.js"
|
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
|
|
|
"author": {
|
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
|
},
|
2022-04-19 17:31:31 +02:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"dependencies": {
|
2022-05-18 05:36:35 +02:00
|
|
|
"@types/node": "*",
|
2023-06-15 00:27:34 +02:00
|
|
|
"playwright-core": "1.35.1"
|
2023-02-09 17:40:27 +01:00
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"fsevents": "2.3.2"
|
2022-04-19 17:31:31 +02:00
|
|
|
}
|
2021-10-11 16:52:17 +02:00
|
|
|
}
|