2021-10-11 17:52:17 +03:00
|
|
|
{
|
|
|
|
"name": "@playwright/test",
|
2024-11-13 14:51:54 +03:00
|
|
|
"version": "1.50.0-next",
|
2021-10-11 17:52:17 +03:00
|
|
|
"description": "A high-level API to automate web browsers",
|
2023-10-06 02:18:22 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-10-06 02:42:27 +03:00
|
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
2023-10-06 02:18:22 +03:00
|
|
|
},
|
2021-10-11 17:52:17 +03:00
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
"engines": {
|
2024-05-08 19:41:27 +03:00
|
|
|
"node": ">=18"
|
2021-10-11 17:52:17 +03:00
|
|
|
},
|
2023-09-09 00:23:35 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
2021-10-11 17:52:17 +03:00
|
|
|
"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",
|
|
|
|
"./reporter": "./reporter.js"
|
2021-10-11 17:52:17 +03:00
|
|
|
},
|
2021-10-19 21:49:47 +03:00
|
|
|
"bin": {
|
2023-10-06 02:42:27 +03:00
|
|
|
"playwright": "cli.js"
|
2021-10-19 21:49:47 +03:00
|
|
|
},
|
2023-09-12 04:16:16 +03:00
|
|
|
"scripts": {},
|
2022-04-19 18:31:31 +03:00
|
|
|
"dependencies": {
|
2024-11-13 14:51:54 +03:00
|
|
|
"playwright": "1.50.0-next"
|
2022-04-19 18:31:31 +03:00
|
|
|
}
|
2021-10-11 17:52:17 +03:00
|
|
|
}
|