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