mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
18 lines
377 B
JSON
18 lines
377 B
JSON
{
|
|
"name": "playwright-firefox",
|
|
"version": "0.9.22",
|
|
"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.9.22"
|
|
}
|
|
}
|