playwright/packages/playwright-webkit/package.json
Andrey Lushnikov 9285596806
chore: cut v1.18.0 (#11358)
Drive-by: fix the `//utils/bump_package_versions.js` script.
2022-01-12 11:50:44 -08:00

31 lines
601 B
JSON

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