playwright/packages/playwright-chromium/package.json

36 lines
744 B
JSON
Raw Normal View History

2021-10-11 17:52:17 +03:00
{
"name": "playwright-chromium",
2024-07-26 18:50:11 +03:00
"version": "1.47.0-next",
"description": "A high-level API to automate Chromium",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/playwright.git"
},
2021-10-11 17:52:17 +03:00
"homepage": "https://playwright.dev",
"engines": {
"node": ">=18"
2021-10-11 17:52:17 +03:00
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"exports": {
".": {
"types": "./index.d.ts",
2021-10-11 17:52:17 +03:00
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js"
2021-10-11 17:52:17 +03:00
},
"./package.json": "./package.json"
2021-10-11 17:52:17 +03:00
},
"bin": {
"playwright": "cli.js"
},
2021-10-11 17:52:17 +03:00
"scripts": {
"install": "node install.js"
},
"dependencies": {
2024-07-26 18:50:11 +03:00
"playwright-core": "1.47.0-next"
2021-10-11 17:52:17 +03:00
}
}