{
  "name": "@umbraco/playwright-testhelpers",
  "version": "15.0.46-beta.99",
  "description": "Test helpers for making playwright tests for Umbraco solutions",
  "main": "dist/lib/index.js",
  "files": [
    "dist/**/*"
  ],
  "types": "dist/lib/index.d.ts",
  "scripts": {
    "test": "npx playwright test",
    "headed": "npx playwright test --headed",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/umbraco/umbraco-playwright-testhelpers.git"
  },
  "keywords": [
    "umbraco",
    "playwright",
    "helpers",
    "acceptance-test",
    "e2e",
    "test",
    "playwright-plugin"
  ],
  "author": "Umbraco",
  "license": "MIT",
  "devDependencies": {
    "@playwright/test": "^1.50",
    "@types/node": "^20.9.0",
    "tslib": "^2.4.0",
    "typescript": "^4.8.3"
  },
  "dependencies": {
    "@umbraco/json-models-builders": "2.0.32",
    "node-fetch": "^2.6.7"
  }
}
