ScuttleBot

scuttlebot / tests / e2e / node_modules / playwright / package.json
Source Blame History 72 lines
f7eb47b… lmata 1 {
f7eb47b… lmata 2 "name": "playwright",
f7eb47b… lmata 3 "version": "1.58.2",
f7eb47b… lmata 4 "description": "A high-level API to automate web browsers",
f7eb47b… lmata 5 "repository": {
f7eb47b… lmata 6 "type": "git",
f7eb47b… lmata 7 "url": "git+https://github.com/microsoft/playwright.git"
f7eb47b… lmata 8 },
f7eb47b… lmata 9 "homepage": "https://playwright.dev",
f7eb47b… lmata 10 "engines": {
f7eb47b… lmata 11 "node": ">=18"
f7eb47b… lmata 12 },
f7eb47b… lmata 13 "main": "index.js",
f7eb47b… lmata 14 "exports": {
f7eb47b… lmata 15 ".": {
f7eb47b… lmata 16 "types": "./index.d.ts",
f7eb47b… lmata 17 "import": "./index.mjs",
f7eb47b… lmata 18 "require": "./index.js",
f7eb47b… lmata 19 "default": "./index.js"
f7eb47b… lmata 20 },
f7eb47b… lmata 21 "./package.json": "./package.json",
f7eb47b… lmata 22 "./lib/common/configLoader": "./lib/common/configLoader.js",
f7eb47b… lmata 23 "./lib/fsWatcher": "./lib/fsWatcher.js",
f7eb47b… lmata 24 "./lib/mcp/index": "./lib/mcp/index.js",
f7eb47b… lmata 25 "./lib/mcp/browser/tools": "./lib/mcp/browser/tools.js",
f7eb47b… lmata 26 "./lib/mcp/program": "./lib/mcp/program.js",
f7eb47b… lmata 27 "./lib/mcp/sdk/bundle": "./lib/mcp/sdk/bundle.js",
f7eb47b… lmata 28 "./lib/mcp/sdk/exports": "./lib/mcp/sdk/exports.js",
f7eb47b… lmata 29 "./lib/program": "./lib/program.js",
f7eb47b… lmata 30 "./lib/reporters/base": "./lib/reporters/base.js",
f7eb47b… lmata 31 "./lib/reporters/list": "./lib/reporters/list.js",
f7eb47b… lmata 32 "./lib/transform/babelBundle": "./lib/transform/babelBundle.js",
f7eb47b… lmata 33 "./lib/transform/compilationCache": "./lib/transform/compilationCache.js",
f7eb47b… lmata 34 "./lib/transform/esmLoader": "./lib/transform/esmLoader.js",
f7eb47b… lmata 35 "./lib/transform/transform": "./lib/transform/transform.js",
f7eb47b… lmata 36 "./lib/internalsForTest": "./lib/internalsForTest.js",
f7eb47b… lmata 37 "./lib/plugins": "./lib/plugins/index.js",
f7eb47b… lmata 38 "./lib/runner/testRunner": "./lib/runner/testRunner.js",
f7eb47b… lmata 39 "./jsx-runtime": {
f7eb47b… lmata 40 "import": "./jsx-runtime.mjs",
f7eb47b… lmata 41 "require": "./jsx-runtime.js",
f7eb47b… lmata 42 "default": "./jsx-runtime.js"
f7eb47b… lmata 43 },
f7eb47b… lmata 44 "./lib/util": "./lib/util.js",
f7eb47b… lmata 45 "./lib/utilsBundle": "./lib/utilsBundle.js",
f7eb47b… lmata 46 "./types/test": {
f7eb47b… lmata 47 "types": "./types/test.d.ts"
f7eb47b… lmata 48 },
f7eb47b… lmata 49 "./types/testReporter": {
f7eb47b… lmata 50 "types": "./types/testReporter.d.ts"
f7eb47b… lmata 51 },
f7eb47b… lmata 52 "./test": {
f7eb47b… lmata 53 "types": "./test.d.ts",
f7eb47b… lmata 54 "import": "./test.mjs",
f7eb47b… lmata 55 "require": "./test.js",
f7eb47b… lmata 56 "default": "./test.js"
f7eb47b… lmata 57 }
f7eb47b… lmata 58 },
f7eb47b… lmata 59 "bin": {
f7eb47b… lmata 60 "playwright": "cli.js"
f7eb47b… lmata 61 },
f7eb47b… lmata 62 "author": {
f7eb47b… lmata 63 "name": "Microsoft Corporation"
f7eb47b… lmata 64 },
f7eb47b… lmata 65 "license": "Apache-2.0",
f7eb47b… lmata 66 "dependencies": {
f7eb47b… lmata 67 "playwright-core": "1.58.2"
f7eb47b… lmata 68 },
f7eb47b… lmata 69 "optionalDependencies": {
f7eb47b… lmata 70 "fsevents": "2.3.2"
f7eb47b… lmata 71 }
f7eb47b… lmata 72 }

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button