playwright/packages/playwright-chromium/package.json
2022-12-15 11:22:35 -08:00

34 lines
715 B
JSON

{
"name": "playwright-chromium",
"version": "1.30.0-next",
"description": "A high-level API to automate Chromium",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js"
},
"./cli": "./cli.js",
"./package.json": "./package.json"
},
"bin": {
"playwright": "./cli.js"
},
"scripts": {
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.30.0-next"
}
}