mirror of
https://github.com/appium/appium.git
synced 2026-02-20 01:29:36 -06:00
84 lines
1.9 KiB
JSON
84 lines
1.9 KiB
JSON
{
|
|
"name": "@appium/base-driver",
|
|
"version": "10.0.0-beta.0",
|
|
"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"
|
|
],
|
|
"scripts": {
|
|
"test": "run-p test:unit test:types",
|
|
"test:e2e": "mocha --exit --timeout 20s --slow 10s \"./test/e2e/**/*.spec.js\"",
|
|
"test:smoke": "node ./index.js",
|
|
"test:unit": "mocha \"./test/unit/**/*.spec.js\"",
|
|
"test:types": "tsd"
|
|
},
|
|
"dependencies": {
|
|
"@appium/support": "^6.0.8",
|
|
"@appium/types": "^0.25.2",
|
|
"@colors/colors": "1.6.0",
|
|
"async-lock": "1.4.1",
|
|
"asyncbox": "3.0.0",
|
|
"axios": "1.8.3",
|
|
"bluebird": "3.7.2",
|
|
"body-parser": "1.20.3",
|
|
"express": "5.0.1",
|
|
"fastest-levenshtein": "1.0.16",
|
|
"http-status-codes": "2.3.0",
|
|
"lodash": "4.17.21",
|
|
"lru-cache": "10.4.3",
|
|
"method-override": "3.0.0",
|
|
"morgan": "1.10.0",
|
|
"path-to-regexp": "8.2.0",
|
|
"serve-favicon": "2.5.0",
|
|
"source-map-support": "0.5.21",
|
|
"type-fest": "4.37.0",
|
|
"validate.js": "0.13.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"spdy": "4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^20.9.0 || >=22.11.0",
|
|
"npm": ">=10"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "beta"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02",
|
|
"tsd": {
|
|
"directory": "test/types"
|
|
}
|
|
}
|