Path: blob/trunk/javascript/selenium-webdriver/package.json
1864 views
{1"name": "selenium-webdriver",2"version": "4.36.0-nightly202508121825",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.3.1",26"jszip": "^3.10.1",27"tmp": "^0.2.5",28"ws": "^8.18.3"29},30"devDependencies": {31"@eslint/js": "^9.18.0",32"clean-jsdoc-theme": "^4.3.0",33"eslint": "^9.18.0",34"eslint-config-prettier": "^10.0.1",35"eslint-plugin-mocha": "^10.5.0",36"eslint-plugin-n": "^17.15.1",37"eslint-plugin-no-only-tests": "^3.3.0",38"eslint-plugin-prettier": "^5.2.1",39"express": "^4.21.2",40"globals": "^15.14.0",41"has-flag": "^5.0.1",42"jsdoc": "^4.0.4",43"mocha": "^11.0.1",44"mocha-junit-reporter": "^2.2.1",45"multer": "1.4.5-lts.2",46"prettier": "^3.4.2",47"serve-index": "^1.9.1",48"sinon": "^19.0.5",49"supports-color": "^10.0.0"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