{
  "name": "botium-connector-webdriverio",
  "version": "0.4.3",
  "description": "Botium Connector for WebdriverIO scripts",
  "main": "dist/botium-connector-webdriverio-cjs.js",
  "module": "dist/botium-connector-webdriverio-es.js",
  "scripts": {
    "build": "npm run eslint && rollup -c",
    "eslint": "eslint index.js profiles/*.js test/*/**.js",
    "eslint-fix": "eslint --fix index.js profiles/*.js test/*/**.js",
    "selenium": "selenium-standalone start",
    "selenium-install": "selenium-standalone install",
    "update-dependencies": "npm-check-updates --reject chromedriver,debug,rollup,webdriverio -u --timeout 120000",
    "test": "npm install --no-save botium-core && jest --projects test/unittest",
    "test-nightly": "npm install --no-save botium-bindings && DEBUG=botium-con* BOTIUM_CONFIG=./test/nightly/botium.json jest --projects test/nightly"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codeforequity-at/botium-connector-webdriverio.git"
  },
  "author": "Florian Treml",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/codeforequity-at/botium-core/issues"
  },
  "homepage": "https://www.botium.ai",
  "devDependencies": {
    "@babel/core": "^7.22.1",
    "@babel/node": "^7.22.1",
    "@babel/plugin-transform-runtime": "^7.22.4",
    "@babel/preset-env": "^7.22.4",
    "eslint": "^8.42.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jest": "^27.2.1",
    "eslint-plugin-n": "^16.0.0",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-standard": "^5.0.0",
    "jest": "^29.5.0",
    "npm-check-updates": "^16.10.12",
    "rollup": "^2.79.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.22.3",
    "better-queue": "^3.8.12",
    "chromedriver": "112.0.0",
    "debug": "^4.4.3",
    "lodash": "^4.17.23",
    "mime-types": "^2.1.35",
    "mustache": "^4.2.0",
    "pretty": "^2.0.0",
    "selenium-standalone": "^8.3.0",
    "webdriverio": "^7.40.0",
    "@xmldom/xmldom": "^0.8.11",
    "xpath": "0.0.32"
  },
  "peerDependencies": {
    "botium-core": "^1.4.15"
  }
}
