UNPKG

@appium/base-driver

Version:

Base driver class for Appium drivers

82 lines (81 loc) 1.9 kB
{ "name": "@appium/base-driver", "version": "10.5.2", "description": "Base driver class for Appium drivers", "keywords": [ "automation", "javascript", "selenium", "webdriver", "ios", "android", "firefoxos", "testing" ], "homepage": "https://appium.io", "bugs": { "url": "https://github.com/appium/appium/issues" }, "repository": { "type": "git", "url": "https://github.com/appium/appium.git", "directory": "packages/base-driver" }, "license": "Apache-2.0", "author": "https://github.com/appium", "types": "./build/lib/index.d.ts", "directories": { "lib": "lib" }, "files": [ "index.js", "index.d.ts", "lib", "static", "build", "tsconfig.json", "!build/tsconfig.tsbuildinfo", "!build/test" ], "scripts": { "test": "run-p test:unit test:types", "test:e2e": "mocha --exit --timeout 20s --slow 10s \"./test/e2e/**/*.spec.ts\"", "test:smoke": "node ./index.js", "test:unit": "mocha \"./test/unit/**/*.spec.ts\"", "test:types": "tsd" }, "dependencies": { "@appium/support": "7.2.2", "@appium/types": "1.4.0", "@colors/colors": "1.6.0", "async-lock": "1.4.1", "asyncbox": "6.2.0", "axios": "1.16.0", "bluebird": "3.7.2", "body-parser": "2.2.2", "express": "5.2.1", "fastest-levenshtein": "1.0.16", "http-status-codes": "2.3.0", "lodash": "4.18.1", "lru-cache": "11.3.5", "method-override": "3.0.0", "morgan": "1.10.1", "path-to-regexp": "8.4.2", "serve-favicon": "2.5.1", "type-fest": "5.6.0" }, "optionalDependencies": { "spdy": "4.0.2" }, "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": ">=10" }, "publishConfig": { "access": "public" }, "gitHead": "f5369c65a8dfe5f9a590c31d38b12b33e6e58fde", "tsd": { "directory": "test/types" } }