2021-10-11 17:52:17 +03:00
|
|
|
{
|
|
|
|
"name": "@playwright/test",
|
2022-04-08 04:16:22 +03:00
|
|
|
"version": "1.22.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
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./index.mjs",
|
|
|
|
"require": "./index.js"
|
|
|
|
},
|
2021-10-27 01:41:18 +03:00
|
|
|
"./cli": "./cli.js",
|
|
|
|
"./package.json": "./package.json",
|
2022-04-22 03:30:17 +03:00
|
|
|
"./lib/ci": "./lib/ci.js",
|
2021-10-27 01:41:18 +03:00
|
|
|
"./lib/cli": "./lib/cli.js",
|
2021-11-25 01:17:01 +03:00
|
|
|
"./lib/experimentalLoader": "./lib/experimentalLoader.js",
|
2022-05-06 22:02:07 +03:00
|
|
|
"./lib/mount": "./lib/mount.js",
|
2022-04-29 01:08:10 +03:00
|
|
|
"./lib/plugins": "./lib/plugins/index.js",
|
2022-04-25 20:40:58 +03:00
|
|
|
"./lib/plugins/vitePlugin": "./lib/plugins/vitePlugin.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": {
|
|
|
|
"playwright-core": "1.22.0-next"
|
|
|
|
}
|
2021-10-11 17:52:17 +03:00
|
|
|
}
|