playwright/packages/playwright-browser-chromium/package.json
2023-09-11 18:16:16 -07:00

30 lines
672 B
JSON

{
"name": "@playwright/browser-chromium",
"version": "1.39.0-next",
"description": "Playwright package that automatically installs Chromium",
"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"
},
"scripts": {
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.39.0-next"
}
}