github.com/siglens/siglens@v0.0.0-20240328180423-f7ce9ae441ed/selenium-tests/package.json (about)

     1  {
     2    "name": "selenium-tests",
     3    "version": "1.0.0",
     4    "description": "",
     5    "scripts": {
     6      "test": "mocha --recursive tests"
     7    },
     8    "keywords": [],
     9    "author": "",
    10    "license": "ISC",
    11    "dependencies": {
    12      "chromedriver": "^119.0.1",
    13      "geckodriver": "^3.2.0",
    14      "mocha": "^10.2.0",
    15      "selenium-webdriver": "^4.9.0"
    16    }
    17  }