playwright/packages/playwright-chromium/package.json

18 lines
379 B
JSON
Raw Normal View History

{
"name": "playwright-chromium",
2020-01-23 07:32:32 +03:00
"version": "0.9.21",
"description": "A high-level API to automate Chromium",
"repository": "github:Microsoft/playwright",
"main": "index.js",
"scripts": {
"install": "node install.js"
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"dependencies": {
2020-01-23 07:32:32 +03:00
"playwright-core": "=0.9.21"
}
}