2020-01-17 21:25:31 +01:00
|
|
|
{
|
|
|
|
|
"name": "playwright-firefox",
|
|
|
|
|
"version": "0.9.17-post",
|
2020-01-17 23:21:43 +01:00
|
|
|
"description": "A high-level API to automate Firefox",
|
2020-01-17 21:25:31 +01:00
|
|
|
"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.17-post"
|
|
|
|
|
}
|
|
|
|
|
}
|