{
  "name": "testium-driver-wd",
  "version": "4.1.4",
  "description": "Testium backend powered by wd",
  "license": "BSD-3-Clause",
  "main": "lib/testium-driver-wd.js",
  "homepage": "https://github.com/testiumjs/testium-driver-wd#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/testiumjs/testium-driver-wd"
  },
  "bugs": {
    "url": "https://github.com/testiumjs/testium-driver-wd/issues",
    "chat": "http://signup.testiumjs.com/"
  },
  "scripts": {
    "lint": "npm-run-all lint:*",
    "lint:js": "eslint .",
    "pretest": "npm-run-all pretest:*",
    "test": "npm-run-all test:*",
    "posttest": "npm-run-all posttest:*",
    "pretest:lint": "npm-run-all lint:*",
    "posttest:nlm": "nlm verify",
    "test:unit": "nyc mocha"
  },
  "engines": {
    "node": ">=10.13"
  },
  "mocha": {
    "recursive": true,
    "exit": true,
    "timeout": 20000
  },
  "nlm": {
    "license": {
      "files": [
        "lib"
      ]
    }
  },
  "dependencies": {
    "array.prototype.flatmap": "^1.2.4",
    "debug": "^4.3.1",
    "gofer": "^5.1.0",
    "lighthouse": "^8.1.0",
    "lodash.method": "^4.5.2",
    "puppeteer-core": "^3.3.0",
    "testium-cookie": "^2.0.2",
    "uuid": "^8.3.2",
    "wd": "^1.14.0"
  },
  "devDependencies": {
    "chromedriver": "^103.0.0",
    "eslint": "^7.30.0",
    "eslint-config-groupon": "^10.0.4",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-mocha": "^8.2.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.0",
    "mocha": "^9.0.2",
    "nlm": "^5.5.1",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "prettier": "^2.3.2",
    "semver": "^7.3.5",
    "test-mixin-module": "file:./test/test-mixin-module",
    "testium-core": "^3.0.3",
    "testium-example-app": "^2.4.0"
  },
  "author": {
    "name": "Groupon",
    "email": "opensource@groupon.com"
  },
  "contributors": [
    {
      "name": "Andrew Bloom"
    },
    {
      "name": "azu",
      "email": "info@efcl.info"
    },
    {
      "name": "Chris Khoo",
      "email": "chris.khoo@gmail.com"
    },
    {
      "name": "Jan Krems",
      "email": "jan.krems@gmail.com"
    },
    {
      "name": "Jess Telford"
    },
    {
      "name": "Joseph Núñez"
    },
    {
      "name": "Johan Sundström"
    },
    {
      "name": "Justin Searls",
      "email": "justin@testdouble.com"
    },
    {
      "name": "Parag Gupta",
      "email": "paraggupta1993@gmail.com"
    },
    {
      "name": "Sean Massa",
      "email": "endangeredmassa@gmail.com"
    }
  ],
  "keywords": [
    "testium",
    "wd",
    "webdriver"
  ],
  "files": [
    "lib"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
