UNPKG

appium-chromedriver

Version:
94 lines (93 loc) 2.49 kB
{ "name": "appium-chromedriver", "description": "Node.js wrapper around chromedriver.", "keywords": [ "appium", "chrome", "android" ], "version": "8.2.15", "author": "Appium Contributors", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/appium/appium-chromedriver.git" }, "bugs": { "url": "https://github.com/appium/appium/issues" }, "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": ">=10" }, "prettier": { "bracketSpacing": false, "printWidth": 100, "singleQuote": true }, "main": "./build/lib/index.js", "directories": { "lib": "lib" }, "files": [ "config", "lib", "build", "!build/test", "!build/tsconfig.tsbuildinfo", "config/mapping.json", "CHANGELOG.md", "tsconfig.json" ], "types": "./build/lib/index.d.ts", "dependencies": { "@appium/base-driver": "^10.0.0-rc.2", "@appium/support": "^7.0.0-rc.1", "@xmldom/xmldom": "^0.x", "appium-adb": "^14.0.0", "asyncbox": "^6.0.1", "axios": "^1.6.5", "bluebird": "^3.5.1", "compare-versions": "^6.0.0", "lodash": "^4.17.4", "semver": "^7.0.0", "teen_process": "^4.0.4", "xpath": "^0.x" }, "scripts": { "build": "tsc -b", "clean": "tsc -b --clean", "dev": "npm run build -- --watch", "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "prepare": "npm run build", "format": "prettier -w ./lib ./test", "format:check": "prettier --check ./lib ./test", "test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.ts\"", "e2e-test": "mocha --exit --timeout 10m \"./test/functional/**/*-specs.ts\"" }, "devDependencies": { "@appium/eslint-config-appium-ts": "^3.0.0", "@appium/tsconfig": "^1.0.0-rc.1", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@types/bluebird": "^3.5.38", "@types/chai": "^5.2.3", "@types/chai-as-promised": "^8.0.2", "@types/express": "^5.0.6", "@types/lodash": "^4.14.191", "@types/mocha": "^10.0.1", "@types/node": "^25.0.0", "@types/semver": "^7.0.0", "@types/sinon": "^21.0.0", "chai": "^6.0.0", "chai-as-promised": "^8.0.0", "conventional-changelog-conventionalcommits": "^9.0.0", "mocha": "^11.0.1", "prettier": "^3.0.0", "semantic-release": "^25.0.2", "sinon": "^21.0.0", "ts-node": "^10.9.1", "typescript": "^5.4.2" } }