{
  "name": "@wix/wix-ui-test-utils",
  "version": "1.3.4",
  "license": "UNLICENSED",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "sideEffects": false,
  "files": [
    "base-driver",
    "dist",
    "dom",
    "driver-factory",
    "enzyme",
    "jest-setup",
    "playwright",
    "puppeteer",
    "react-helpers",
    "testing-library",
    "uni-driver-factory",
    "unidriver",
    "vanilla"
  ],
  "scripts": {
    "build": "yoshi-library build",
    "lint": "yoshi-library lint",
    "postversionbump": "yarn",
    "start": "yoshi-library start",
    "test": "yoshi-library test --passWithNoTests",
    "versionbump": "npm --no-git-tag-version version"
  },
  "dependencies": {
    "@babel/runtime": "^7.28.4",
    "@stylable/uni-driver": "^2.5.3",
    "@wix/unidriver-core": "^1.4.7",
    "@wix/unidriver-jsdom-react": "^1.4.7",
    "@wix/unidriver-jsdom-react-legacy": "^1.4.7",
    "@wix/unidriver-playwright": "^1.4.7",
    "@wix/unidriver-puppeteer": "^1.4.7",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^15.0.7",
    "@types/enzyme": "^3.10.19",
    "@types/express": "^4.17.23",
    "@types/jest": "^27.5.2",
    "@wix/jest-yoshi-preset": "^6.160.0",
    "@wix/yoshi-flow-library": "^6.160.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.8",
    "express": "^4.21.2",
    "playwright": "^1.56.0",
    "puppeteer": "^14.4.1",
    "puppeteer-core": "^14.4.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "ts-jest": "^27.1.5",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@testing-library/react": ">=12",
    "playwright": "^1.54.2",
    "puppeteer": "^14.0.0",
    "puppeteer-core": "^14.0.0"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "wix-ui-test-utils"
    },
    "validations": {
      "source": [
        "lint"
      ]
    }
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "eslintConfig": {
    "extends": "@wix/eslint-config-yoshi"
  },
  "jest": {
    "preset": "@wix/jest-yoshi-preset"
  },
  "wallaby": {
    "autoDetect": true
  },
  "homepage": "https://github.com/wix-private/wix-design-systems-utils/tree/master/packages/wix-ui-test-utils#wix-ui-test-utils",
  "peerDependenciesMeta": {
    "@testing-library/react": {
      "optional": true
    },
    "playwright": {
      "optional": true
    },
    "puppeteer": {
      "optional": true
    },
    "puppeteer-core": {
      "optional": true
    }
  },
  "falconPackageHash": "86328726d9eacaa20feb6ac0f26804e6a417c8edf69ef1e5c79c3628"
}