{
  "name": "@playwright/test",
  "version": "1.25.0",
  "description": "A high-level API to automate web browsers",
  "repository": "github:Microsoft/playwright",
  "homepage": "https://playwright.dev",
  "engines": {
    "node": ">=14"
  },
  "main": "index.js",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.mjs",
      "require": "./index.js",
      "default": "./index.js"
    },
    "./cli": "./cli.js",
    "./package.json": "./package.json",
    "./lib/ci": "./lib/ci.js",
    "./lib/cli": "./lib/cli.js",
    "./lib/experimentalLoader": "./lib/experimentalLoader.js",
    "./lib/mount": "./lib/mount.js",
    "./lib/plugins": "./lib/plugins/index.js",
    "./lib/plugins/vitePlugin": "./lib/plugins/vitePlugin.js",
    "./reporter": "./reporter.js"
  },
  "bin": {
    "playwright": "./cli.js"
  },
  "author": {
    "name": "Microsoft Corporation"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@types/node": "*",
    "playwright-core": "1.25.0"
  }

,"_resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.0.tgz"
,"_integrity": "sha512-j4EZhTTQI3dBeWblE21EV//swwmBtOpIrLdOIJIRv4uqsLdHgBg1z+JtTg+AeC5o2bAXIE26kDNW5A0TimG8Bg=="
,"_from": "@playwright/test@1.25.0"
}