mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 07:35:33 +03:00
18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"name": "playwright-chromium",
|
|
"version": "0.11.1-post",
|
|
"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": {
|
|
"playwright-core": "=0.11.1-post"
|
|
}
|
|
}
|