playwright/packages/playwright-chromium/package.json
2021-11-01 17:49:39 -07:00

32 lines
644 B
JSON

{
"name": "playwright-chromium",
"version": "1.16.3",
"description": "A high-level API to automate Chromium",
"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"
},
"./cli": "./cli.js",
"./package.json": "./package.json"
},
"bin": {
"playwright": "./cli.js"
},
"scripts": {
"install": "node install.js"
},
"dependencies": {
"playwright-core": "=1.16.3"
}
}