playwright/packages/playwright-chromium/package.json

31 lines
605 B
JSON
Raw Normal View History

2021-10-11 17:52:17 +03:00
{
"name": "playwright-chromium",
"version": "1.16.0-next",
"description": "A high-level API to automate Chromium",
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"
},
"./": "./"
},
"bin": {
"playwright": "./cli.js"
},
2021-10-11 17:52:17 +03:00
"scripts": {
"install": "node install.js"
},
"dependencies": {
"playwright-core": "=1.16.0-next"
}
}