mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 20:03:03 +03:00
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"name": "playwright-chromium",
|
|
"version": "0.10.0",
|
|
"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.10.0"
|
|
}
|
|
}
|