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