playwright/packages/playwright-test/package.json

36 lines
754 B
JSON
Raw Normal View History

2021-10-11 16:52:17 +02:00
{
"name": "@playwright/test",
2024-05-23 09:29:52 +02:00
"version": "1.44.1",
2021-10-11 16:52:17 +02:00
"description": "A high-level API to automate web browsers",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/playwright.git"
},
2021-10-11 16:52:17 +02:00
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"
2021-10-11 16:52:17 +02:00
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
2021-10-11 16:52:17 +02:00
"exports": {
".": {
"types": "./index.d.ts",
2021-10-11 16:52:17 +02:00
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js"
2021-10-11 16:52:17 +02:00
},
"./cli": "./cli.js",
"./package.json": "./package.json",
"./reporter": "./reporter.js"
2021-10-11 16:52:17 +02:00
},
"bin": {
"playwright": "cli.js"
},
2023-09-12 03:16:16 +02:00
"scripts": {},
"dependencies": {
2024-05-23 09:29:52 +02:00
"playwright": "1.44.1"
}
2021-10-11 16:52:17 +02:00
}