playwright/packages/playwright-webkit/package.json

32 lines
649 B
JSON
Raw Normal View History

2021-10-11 17:52:17 +03:00
{
"name": "playwright-webkit",
2022-04-08 04:16:22 +03:00
"version": "1.22.0-next",
"description": "A high-level API to automate WebKit",
2021-10-11 17:52:17 +03:00
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=12"
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
},
"./cli": "./cli.js",
"./package.json": "./package.json"
2021-10-11 17:52:17 +03:00
},
"bin": {
"playwright": "./cli.js"
},
2021-10-11 17:52:17 +03:00
"scripts": {
"install": "node install.js"
},
"dependencies": {
2022-04-08 04:16:22 +03:00
"playwright-core": "1.22.0-next"
2021-10-11 17:52:17 +03:00
}
}