Current state

This commit is contained in:
Chariah
2026-06-26 14:31:38 +02:00
commit 7a76841309
982 changed files with 451988 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"name": "playwright-core",
"version": "1.61.0",
"description": "A high-level API to automate web browsers",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=18"
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js"
},
"./package.json": "./package.json",
"./lib/bootstrap": "./lib/bootstrap.js",
"./lib/coreBundle": "./lib/coreBundle.js",
"./lib/utilsBundle": "./lib/utilsBundle.js",
"./lib/tools/cli-client/program": "./lib/tools/cli-client/program.js"
},
"bin": {
"playwright-core": "cli.js"
},
"types": "types/types.d.ts"
}