{
  "name": "wdio-chromedriver-service",
  "version": "8.1.1",
  "description": "WebdriverIO service to start & stop ChromeDriver",
  "author": "Mattias Ekstrand <mattias.ekstrand@gmail.com>",
  "homepage": "https://github.com/webdriverio-community/wdio-chromedriver-service#readme",
  "license": "MIT",
  "contributors": [
    "Mattias Ekstrand <mattias.ekstrand@gmail.com>",
    "Erwin Heitzman <erwin.heitzman@gmail.com>",
    "Christian Bromann <mail@bromann.dev>"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/webdriverio-community/wdio-chromedriver-service.git"
  },
  "bugs": {
    "url": "https://github.com/webdriverio-community/wdio-chromedriver-service/issues"
  },
  "keywords": [
    "webdriverio",
    "wdio",
    "wdio-service",
    "chromedriver",
    "tests"
  ],
  "main": "./build/cjs/index.js",
  "type": "module",
  "module": "./build/index.js",
  "exports": {
    ".": [
      {
        "import": "./build/index.js",
        "require": "./build/cjs/index.js"
      },
      "./build/cjs/index.js"
    ]
  },
  "types": "./build/index.d.ts",
  "typeScriptVersion": "3.8.3",
  "engines": {
    "node": "^16.13 || >=18"
  },
  "scripts": {
    "build": "run-s clean compile copy",
    "clean": "rimraf ./build",
    "compile": "tsc --build tsconfig.json",
    "copy": "shx cp src/cjs/package.json build/cjs",
    "test": "run-s test:*",
    "test:eslint": "eslint src tests",
    "test:unit": "vitest",
    "watch": "npm run compile -- --watch"
  },
  "peerDependencies": {
    "@wdio/types": "^7.0.0 || ^8.0.0-alpha.219",
    "chromedriver": "*",
    "webdriverio": "^7.0.0 || ^8.0.0-alpha.219"
  },
  "peerDependenciesMeta": {
    "chromedriver": {
      "optional": true
    },
    "@wdio/types": {
      "optional": true
    },
    "webdriverio": {
      "optional": false
    }
  },
  "dependencies": {
    "@wdio/logger": "^8.1.0",
    "fs-extra": "^11.1.0",
    "split2": "^4.1.0",
    "tcp-port-used": "^1.0.2"
  },
  "devDependencies": {
    "@types/chromedriver": "^81.0.1",
    "@types/fs-extra": "^11.0.1",
    "@types/node": "^18.11.18",
    "@types/split2": "^3.2.1",
    "@types/tcp-port-used": "^1.0.1",
    "@typescript-eslint/eslint-plugin": "^5.49.0",
    "@typescript-eslint/parser": "^5.49.0",
    "@wdio/globals": "^8.2.1",
    "c8": "^7.12.0",
    "chromedriver": "^110.0.0",
    "eslint": "^8.32.0",
    "eslint-plugin-import": "^2.27.5",
    "npm-run-all": "^4.1.5",
    "release-it": "^15.6.0",
    "rimraf": "^4.1.1",
    "shx": "^0.3.4",
    "typescript": "^4.9.4",
    "vitest": "0.28.5"
  }
}
