playwright/packages/playwright-test/package.json

36 lines
764 B
JSON
Raw Normal View History

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",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/playwright.git"
},
2021-10-11 17:52:17 +03:00
"homepage": "https://playwright.dev",
"engines": {
"node": ">=18"
2021-10-11 17:52:17 +03:00
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
2021-10-11 17:52:17 +03:00
"exports": {
".": {
"types": "./index.d.ts",
2021-10-11 17:52:17 +03:00
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js"
2021-10-11 17:52:17 +03:00
},
"./cli": "./cli.js",
"./package.json": "./package.json",
"./reporter": "./reporter.js"
2021-10-11 17:52:17 +03:00
},
"bin": {
"playwright": "cli.js"
},
2023-09-12 04:16:16 +03:00
"scripts": {},
"dependencies": {
2024-11-13 14:51:54 +03:00
"playwright": "1.50.0-next"
}
2021-10-11 17:52:17 +03:00
}