2021-10-11 16:52:17 +02:00
|
|
|
{
|
|
|
|
|
"name": "playwright-firefox",
|
2022-03-08 23:01:20 +01:00
|
|
|
"version": "1.21.0-next",
|
2021-10-12 23:32:08 +02:00
|
|
|
"description": "A high-level API to automate Firefox",
|
2021-10-11 16:52:17 +02:00
|
|
|
"repository": "github:Microsoft/playwright",
|
|
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12"
|
|
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
|
},
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"import": "./index.mjs",
|
|
|
|
|
"require": "./index.js"
|
|
|
|
|
},
|
2021-10-27 00:41:18 +02:00
|
|
|
"./cli": "./cli.js",
|
|
|
|
|
"./package.json": "./package.json"
|
2021-10-11 16:52:17 +02:00
|
|
|
},
|
2021-10-19 20:49:47 +02:00
|
|
|
"bin": {
|
|
|
|
|
"playwright": "./cli.js"
|
|
|
|
|
},
|
2021-10-11 16:52:17 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"install": "node install.js"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-03-08 23:01:20 +01:00
|
|
|
"playwright-core": "1.21.0-next"
|
2021-10-11 16:52:17 +02:00
|
|
|
}
|
|
|
|
|
}
|