Path: blob/trunk/javascript/selenium-webdriver/package.json
4500 views
{1"name": "selenium-webdriver",2"version": "4.41.0-nightly202601181916",3"description": "The official WebDriver JavaScript bindings from the Selenium project",4"license": "Apache-2.0",5"keywords": [6"automation",7"selenium",8"testing",9"webdriver",10"webdriverjs"11],12"homepage": "https://github.com/SeleniumHQ/selenium/tree/trunk/javascript/selenium-webdriver#readme",13"bugs": {14"url": "https://github.com/SeleniumHQ/selenium/issues"15},16"main": "./index",17"repository": {18"type": "git",19"url": "https://github.com/SeleniumHQ/selenium.git"20},21"engines": {22"node": ">= 20.0.0"23},24"dependencies": {25"@bazel/runfiles": "^6.5.0",26"jszip": "^3.10.1",27"tmp": "^0.2.5",28"ws": "^8.19.0"29},30"devDependencies": {31"@eslint/js": "^9.39.2",32"clean-jsdoc-theme": "^4.3.0",33"eslint": "^9.39.2",34"eslint-config-prettier": "^10.1.8",35"eslint-plugin-mocha": "^10.5.0",36"eslint-plugin-n": "^17.23.2",37"eslint-plugin-no-only-tests": "^3.3.0",38"eslint-plugin-prettier": "^5.5.5",39"express": "^4.22.1",40"globals": "^15.15.0",41"has-flag": "^5.0.1",42"jsdoc": "^4.0.5",43"mocha": "^11.7.5",44"mocha-junit-reporter": "^2.2.1",45"multer": "2.0.2",46"prettier": "^3.8.0",47"serve-index": "^1.9.1",48"sinon": "^19.0.5",49"supports-color": "^10.2.2"50},51"scripts": {52"lint": "eslint .",53"lint:fix": "eslint . --fix",54"test": "bazel test //javascript/selenium-webdriver/...",55"generate-docs": "jsdoc --configure jsdoc_conf.json --verbose"56},57"mocha": {58"recursive": true,59"timeout": 60000060},61"publishConfig": {62"registry": "https://registry.npmjs.org/"63},64"funding": [65{66"type": "github",67"url": "https://github.com/sponsors/SeleniumHQ"68},69{70"type": "opencollective",71"url": "https://opencollective.com/selenium"72}73]74}757677