完全跑通1.0版本
This commit is contained in:
34
frontend/node_modules/playwright-core/package.json
generated
vendored
Normal file
34
frontend/node_modules/playwright-core/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "playwright-core",
|
||||
"version": "1.60.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"
|
||||
}
|
||||
Reference in New Issue
Block a user