| { |
| "name": "selenium-webdriver", |
| "version": "4.22.0-nightly202405160507", |
| "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/tree/trunk/javascript/node/selenium-webdriver#readme", |
| "bugs": { |
| "url": "https://github.com/SeleniumHQ/selenium/issues" |
| }, |
| "main": "./index", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/SeleniumHQ/selenium.git" |
| }, |
| "engines": { |
| "node": ">= 14.21.0" |
| }, |
| "dependencies": { |
| "jszip": "^3.10.1", |
| "tmp": "^0.2.3", |
| "ws": ">=8.16.0" |
| }, |
| "devDependencies": { |
| "@bazel/runfiles": "^5.8.1", |
| "@eslint/js": "^9.1.1", |
| "clean-jsdoc-theme": "^4.3.0", |
| "eslint": "^9.1.0", |
| "eslint-config-prettier": "^9.1.0", |
| "eslint-plugin-mocha": "^10.4.3", |
| "eslint-plugin-n": "^17.2.1", |
| "eslint-plugin-no-only-tests": "^3.1.0", |
| "eslint-plugin-prettier": "^5.1.3", |
| "express": "^4.19.2", |
| "globals": "^15.0.0", |
| "jsdoc": "^4.0.3", |
| "mocha": "^10.4.0", |
| "mocha-junit-reporter": "^2.2.1", |
| "multer": "^1.4.5-lts.1", |
| "prettier": "^3.2.5", |
| "serve-index": "^1.9.1", |
| "sinon": "^17.0.1" |
| }, |
| "scripts": { |
| "lint": "eslint .", |
| "lint:fix": "eslint . --fix", |
| "test": "npm run lint && mocha -t 600000 --recursive test", |
| "test-jasmine": "bazel test //javascript/node/selenium-webdriver:tests", |
| "generate-docs": "jsdoc --configure jsdoc_conf.json --verbose" |
| }, |
| "mocha": { |
| "recursive": true, |
| "timeout": 600000 |
| }, |
| "publishConfig": { |
| "registry": "https://registry.npmjs.org/" |
| } |
| } |