2021-10-11 16:52:17 +02:00
|
|
|
{
|
|
|
|
|
"name": "playwright-firefox",
|
2024-05-23 09:29:52 +02:00
|
|
|
"version": "1.44.1",
|
2021-10-12 23:32:08 +02:00
|
|
|
"description": "A high-level API to automate Firefox",
|
2023-10-06 01:18:22 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2023-10-06 01:42:27 +02:00
|
|
|
"url": "git+https://github.com/microsoft/playwright.git"
|
2023-10-06 01:18:22 +02:00
|
|
|
},
|
2021-10-11 16:52:17 +02:00
|
|
|
"homepage": "https://playwright.dev",
|
|
|
|
|
"engines": {
|
2023-06-02 10:04:41 +02:00
|
|
|
"node": ">=16"
|
2021-10-11 16:52:17 +02:00
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
|
},
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
2022-05-26 22:09:32 +02:00
|
|
|
"types": "./index.d.ts",
|
2021-10-11 16:52:17 +02:00
|
|
|
"import": "./index.mjs",
|
2022-08-08 22:30:07 +02:00
|
|
|
"require": "./index.js",
|
|
|
|
|
"default": "./index.js"
|
2021-10-11 16:52:17 +02:00
|
|
|
},
|
2021-10-27 00:41:18 +02:00
|
|
|
"./package.json": "./package.json"
|
2021-10-11 16:52:17 +02:00
|
|
|
},
|
2021-10-19 20:49:47 +02:00
|
|
|
"bin": {
|
2023-10-06 01:42:27 +02:00
|
|
|
"playwright": "cli.js"
|
2021-10-19 20:49:47 +02:00
|
|
|
},
|
2021-10-11 16:52:17 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"install": "node install.js"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-05-23 09:29:52 +02:00
|
|
|
"playwright-core": "1.44.1"
|
2021-10-11 16:52:17 +02:00
|
|
|
}
|
|
|
|
|
}
|