Files
kontrans.pagedev.pl/node_modules/@xmorse/playwright-core/package.json
2026-03-03 23:49:13 +01:00

72 lines
2.2 KiB
JSON

{
"name": "@xmorse/playwright-core",
"version": "1.59.6",
"description": "A high-level API to automate web browsers",
"repository": {
"type": "git",
"url": "git+https://github.com/remorses/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=18"
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"dependencies": {
"@lowire/loop": "^0.0.25",
"@modelcontextprotocol/sdk": "^1.25.2",
"colors": "1.4.0",
"commander": "^13.0.0",
"debug": "^4.3.4",
"diff": "^7.0.0",
"dotenv": "^16.4.5",
"get-stream": "^9.0.1",
"graceful-fs": "^4.2.11",
"https-proxy-agent": "7.0.6",
"jpeg-js": "0.4.4",
"mime": "^3.0.0",
"minimatch": "^3.1.2",
"open": "8.4.0",
"pngjs": "6.0.0",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"retry": "^0.13.1",
"signal-exit": "^4.1.0",
"socks-proxy-agent": "8.0.5",
"ws": "8.17.1",
"yaml": "^2.6.0",
"yauzl": "3.2.0",
"yazl": "2.5.1",
"zod": "^4.3.5",
"zod-to-json-schema": "^3.25.1"
},
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js"
},
"./package.json": "./package.json",
"./lib/outofprocess": "./lib/outofprocess.js",
"./lib/cli/program": "./lib/cli/program.js",
"./lib/mcpBundle": "./lib/mcpBundle.js",
"./lib/remote/playwrightServer": "./lib/remote/playwrightServer.js",
"./lib/server": "./lib/server/index.js",
"./lib/server/utils/image_tools/stats": "./lib/server/utils/image_tools/stats.js",
"./lib/server/utils/image_tools/compare": "./lib/server/utils/image_tools/compare.js",
"./lib/server/utils/image_tools/imageChannel": "./lib/server/utils/image_tools/imageChannel.js",
"./lib/server/utils/image_tools/colorUtils": "./lib/server/utils/image_tools/colorUtils.js",
"./lib/server/registry/index": "./lib/server/registry/index.js",
"./lib/utils": "./lib/utils.js",
"./lib/utilsBundle": "./lib/utilsBundle.js",
"./lib/zipBundle": "./lib/zipBundle.js"
},
"bin": {
"playwright-core": "cli.js"
},
"types": "types/types.d.ts",
"scripts": {}
}