{
  "name": "@wix/unidriver-jsdom-react-legacy",
  "version": "1.5.1",
  "license": "UNLICENSED",
  "author": {
    "name": "Mykolas Šindeikis",
    "email": "mykolass@wix.com"
  },
  "homepage": "https://github.com/wix-private/unidriver/tree/master/packages/unidriver-jsdom-react-legacy",
  "exports": {
    "types": "./dist/types/exports.d.ts",
    "import": "./dist/esm/exports.js",
    "require": "./dist/cjs/exports.js"
  },
  "types": "dist/types/exports.d.ts",
  "main": "dist/cjs/exports.js",
  "module": "dist/esm/exports.js",
  "sideEffects": false,
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "yarn ts && rm -rf dist && yarn build:ts && mkdir dist/statics && echo \"{}\" > dist/statics/dummy.json",
    "build:ts": "tsc && tsc --module CommonJS --moduleResolution node --outDir dist/cjs",
    "lint": "eslint ./src --max-warnings=0",
    "lint:fix": "yarn lint --fix",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "ts": "tsgo --noEmit"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "unidriver-jsdom-react-legacy"
    },
    "validations": {
      "postDependenciesBuild": [
        "lint",
        "test"
      ]
    }
  },
  "dependencies": {
    "@wix/unidriver-common": "^1.5.1",
    "@wix/unidriver-core": "^1.5.1"
  },
  "devDependencies": {
    "@types/react": "^18.3.27",
    "@types/react-dom": "^18.3.7",
    "@typescript/native-preview": "^7.0.0-dev.20260108.1",
    "@vitejs/plugin-react": "^5.1.1",
    "eslint": "^9.39.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "^5.9.3",
    "vite": "^7.2.6",
    "vitest": "^4.0.15"
  },
  "peerDependencies": {
    "react": ">=16.14.0 <=18",
    "react-dom": ">=16.14.0 <=18"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "falconPackageHash": "4a8d85b7fa433dfbe9178430275a9b39b63539b4dffd03965fe7a188"
}