mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-02 23:27:28 +03:00
36 lines
764 B
JSON
36 lines
764 B
JSON
{
|
|
"name": "@playwright/test",
|
|
"version": "1.50.0-next",
|
|
"description": "A high-level API to automate web browsers",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
|
},
|
|
"homepage": "https://playwright.dev",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"import": "./index.mjs",
|
|
"require": "./index.js",
|
|
"default": "./index.js"
|
|
},
|
|
"./cli": "./cli.js",
|
|
"./package.json": "./package.json",
|
|
"./reporter": "./reporter.js"
|
|
},
|
|
"bin": {
|
|
"playwright": "cli.js"
|
|
},
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"playwright": "1.50.0-next"
|
|
}
|
|
}
|