{
  "name": "selenium-webdriver",
  "version": "4.0.0-alpha.7",
  "description": "The official WebDriver JavaScript bindings from the Selenium project",
  "license": "Apache-2.0",
  "keywords": [
    "automation",
    "selenium",
    "testing",
    "webdriver",
    "webdriverjs"
  ],
  "homepage": "https://github.com/SeleniumHQ/selenium",
  "bugs": {
    "url": "https://github.com/SeleniumHQ/selenium/issues"
  },
  "main": "./index",
  "repository": {
    "type": "git",
    "url": "https://github.com/SeleniumHQ/selenium.git"
  },
  "engines": {
    "node": ">= 10.15.0"
  },
  "dependencies": {
    "jszip": "^3.2.2",
    "rimraf": "^2.7.1",
    "tmp": "0.0.30"
  },
  "devDependencies": {
    "express": "^4.17.1",
    "jasmine": "^3.5.0",
    "mocha": "^5.2.0",
    "multer": "^1.4.2",
    "serve-index": "^1.9.1",
    "sinon": "^7.5.0"
  },
  "scripts": {
    "test": "mocha -t 600000 --recursive test",
    "test-jasmine": "jasmine JASMINE_CONFIG_PATH=jasmine.json"
  },
  "mocha": {
    "recursive": true,
    "timeout": 600000
  }
}
