{
  "name": "expect-webdriverio",
  "version": "5.3.4",
  "author": "Mykola Grybyk <mykola.grybyk@gmail.com>",
  "description": "WebdriverIO Assertion Library",
  "license": "MIT",
  "homepage": "https://webdriver.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webdriverio/expect-webdriverio.git"
  },
  "bugs": {
    "url": "https://github.com/webdriverio/expect-webdriverio/issues"
  },
  "keywords": [
    "expect-webdriverio",
    "expect",
    "webdriverio",
    "wdio"
  ],
  "type": "module",
  "module": "./lib/index.js",
  "exports": {
    ".": [
      {
        "types": "./types/standalone.d.ts",
        "import": "./lib/index.js"
      },
      "./lib/index.js"
    ],
    "./jest": [
      {
        "types": "./jest.d.ts"
      }
    ],
    "./types": "./types/jest-global.d.ts"
  },
  "types": "./types/standalone.d.ts",
  "typeScriptVersion": "3.8.3",
  "engines": {
    "node": ">=18 || >=20 || >=22"
  },
  "scripts": {
    "build": "run-s clean compile",
    "clean": "run-p clean:*",
    "clean:build": "rimraf ./lib",
    "clean:tests": "rimraf test-types/**/node_modules && rimraf test-types/**/dist",
    "compile": "tsc --build tsconfig.build.json",
    "test": "run-s test:*",
    "test:lint": "eslint .",
    "test:unit": "vitest --run",
    "test:types": "node test-types/copy && npm run ts && npm run clean:tests",
    "ts": "run-s ts:*",
    "ts:default": "cd test-types/default && tsc -p ./tsconfig.json --incremental",
    "ts:jest": "cd test-types/jest && tsc -p ./tsconfig.json --incremental",
    "ts:jasmine": "cd test-types/jasmine && tsc -p ./tsconfig.json --incremental",
    "watch": "npm run compile -- --watch",
    "prepare": "husky install"
  },
  "dependencies": {
    "@vitest/snapshot": "^3.2.4",
    "expect": "^30.0.0",
    "jest-matcher-utils": "^30.0.0",
    "lodash.isequal": "^4.5.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/jest": "^30.0.0",
    "@types/lodash.isequal": "^4.5.8",
    "@types/node": "^24.0.3",
    "@vitest/coverage-v8": "^3.2.4",
    "@wdio/eslint": "^0.1.1",
    "@wdio/types": "^9.15.0",
    "c8": "^10.1.3",
    "eslint": "^9.29.0",
    "husky": "^9.1.7",
    "npm-run-all2": "^8.0.4",
    "release-it": "^19.0.3",
    "rimraf": "^6.0.1",
    "shelljs": "^0.10.0",
    "typescript": "^5.8.3",
    "vitest": "^3.2.4",
    "webdriverio": "^9.15.0"
  },
  "peerDependencies": {
    "@wdio/globals": "^9.0.0",
    "@wdio/logger": "^9.0.0",
    "webdriverio": "^9.0.0"
  },
  "peerDependenciesMeta": {
    "@wdio/globals": {
      "optional": false
    },
    "@wdio/logger": {
      "optional": false
    },
    "webdriverio": {
      "optional": false
    }
  }
}
