mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
18 lines
387 B
JSON
18 lines
387 B
JSON
{
|
|
"name": "playwright-firefox",
|
|
"version": "0.11.0-post",
|
|
"description": "A high-level API to automate Firefox",
|
|
"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.0-post"
|
|
}
|
|
}
|