playwright/packages/playwright-webkit/package.json
Kristo Jorgenson a4a363f4f4
chore: upgrade @types/node to 16.x (#23429)
Co-authored-by: Max Schmitt <max@schmitt.mx>
2023-06-02 10:04:41 +02:00

33 lines
686 B
JSON

{
"name": "playwright-webkit",
"version": "1.35.0-next",
"description": "A high-level API to automate WebKit",
"repository": "github:Microsoft/playwright",
"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"
},
"bin": {
"playwright": "./cli.js"
},
"scripts": {
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.35.0-next"
}
}