playwright/packages/playwright-browser-webkit/package.json
2024-01-13 00:20:27 +01:00

33 lines
724 B
JSON

{
"name": "@playwright/browser-webkit",
"version": "1.42.0-next",
"description": "Playwright package that automatically installs WebKit",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.42.0-next"
}
}