{
  "name": "@azure/playwright",
  "version": "1.1.6",
  "description": "Package to integrate your Playwright test suite with Azure Playwright service",
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/playwright/README.md",
  "sdk-type": "client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Azure/azure-sdk-for-js",
    "directory": "sdk/loadtesting/playwright"
  },
  "keywords": [
    "azure",
    "cloud",
    "playwright",
    "playwright workspaces"
  ],
  "author": "Microsoft Corporation",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Azure/azure-sdk-for-js/issues"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "sideEffects": false,
  "main": "./dist/commonjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/commonjs/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    },
    "./reporter": {
      "import": {
        "types": "./dist/esm/reporter/index.d.ts",
        "default": "./dist/esm/reporter/index.js"
      },
      "require": {
        "types": "./dist/commonjs/reporter/index.d.ts",
        "default": "./dist/commonjs/reporter/index.js"
      }
    }
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@azure/core-auth": "^1.9.0",
    "@azure/core-rest-pipeline": "^1.18.0",
    "@azure/core-util": "^1.13.0",
    "@azure/logger": "^1.1.4",
    "@azure/storage-blob": "^12.24.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@azure/identity": "4.13.0",
    "@playwright/test": "^1.51.1",
    "@types/debug": "^4.1.12",
    "@types/node": "^20.19.25",
    "@vitest/coverage-istanbul": "^4.1.2",
    "cross-env": "^10.1.0",
    "eslint": "^9.39.1",
    "playwright": "^1.60.0",
    "prettier": "^3.6.2",
    "rimraf": "^6.1.0",
    "typescript": "~6.0.2",
    "vitest": "^4.1.2",
    "@azure/dev-tool": "^1.0.0",
    "@azure/eslint-plugin-azure-sdk": "^3.0.0",
    "@azure-tools/test-utils-vitest": "^2.0.1"
  },
  "peerDependencies": {
    "@playwright/test": "^1.47.0"
  },
  "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
  "//sampleConfiguration": {
    "productName": "Azure Load Testing",
    "productSlugs": [
      "azure",
      "azure-load-testing"
    ],
    "requiredResources": {
      "Azure Playwright workspace": "https://learn.microsoft.com/azure/playwright-testing/"
    }
  },
  "type": "module",
  "imports": {
    "#platform/*": {
      "require": "./src/*-cjs.ts",
      "default": "./src/*.ts"
    }
  },
  "scripts": {
    "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
    "build:samples": "echo Skipped.",
    "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" \"*.{js,json}\"",
    "clean": "rimraf --glob dist *.log dist-test temp types *.tgz *.xml samples/**/test-results/",
    "execute:samples": "echo skipped",
    "extract-api": "dev-tool run extract-api",
    "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" \"*.{js,json}\"",
    "lint": "eslint package.json CHANGELOG.md README.md src",
    "lint:fix": "eslint package.json CHANGELOG.md README.md src --fix --fix-type [problem,suggestion]",
    "pack": "pnpm pack 2>&1",
    "test": "tsc -b --noEmit && npm run test:node && npm run test:browser",
    "test:browser": "echo skipped",
    "test:node": "dev-tool run test:vitest",
    "update-snippets": "dev-tool run update-snippets"
  }
}