playwright/packages/playwright-webkit/package.json

33 lines
686 B
JSON
Raw Normal View History

2021-10-11 17:52:17 +03:00
{
"name": "playwright-webkit",
2023-09-12 04:16:16 +03:00
"version": "1.39.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": ">=16"
2021-10-11 17:52:17 +03:00
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"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
},
"./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": {
2023-09-12 04:16:16 +03:00
"playwright-core": "1.39.0-next"
2021-10-11 17:52:17 +03:00
}
}