UNPKG

appium-android-driver

Version:

Android UiAutomator and Chrome support for Appium

93 lines (92 loc) 2.47 kB
{ "name": "appium-android-driver", "version": "13.3.4", "description": "Android UiAutomator and Chrome support for Appium", "keywords": [ "appium", "android", "testing", "automation", "mobile", "mobile testing" ], "bugs": { "url": "https://github.com/appium/appium-android-driver/issues" }, "repository": { "type": "git", "url": "https://github.com/appium/appium-android-driver.git" }, "license": "Apache-2.0", "author": "Appium Contributors", "main": "./build/lib/index.js", "bin": {}, "directories": { "lib": "lib" }, "files": [ "lib", "build/lib", "CHANGELOG.md" ], "scripts": { "build": "tsc -b", "clean": "npm run build -- --clean", "dev": "npm run build -- --watch", "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "prepare": "npm run rebuild", "rebuild": "npm run clean; npm run build", "format": "prettier -w ./lib ./test", "format:check": "prettier --check ./lib ./test", "test": "node --test --test-force-exit --test-concurrency=1 --test-timeout=60000 \"./build/test/unit/**/*.spec.js\"" }, "prettier": { "bracketSpacing": false, "printWidth": 100, "singleQuote": true }, "dependencies": { "@appium/support": "^7.2.5", "appium-adb": "^15.0.0", "appium-chromedriver": "^8.4.4", "asyncbox": "^6.1.0", "axios": "^1.16.0", "dayjs": "^1.11.21", "io.appium.settings": "^7.1.3", "lru-cache": "^11.1.0", "portscanner": "^2.2.0", "semver": "^7.0.0", "teen_process": "^4.0.7", "ws": "^8.0.0" }, "devDependencies": { "@appium/eslint-config-appium-ts": "^3.0.0", "@appium/tsconfig": "^1.0.0-rc.1", "@appium/types": "^1.0.0-rc.1", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@types/chai": "^5.2.3", "@types/chai-as-promised": "^8.0.2", "@types/node": "^26.0.0", "@types/portscanner": "^2.1.1", "@types/semver": "^7.5.0", "@types/sinon": "^22.0.0", "@types/ws": "^8.5.4", "chai": "^6.0.0", "chai-as-promised": "^8.0.0", "conventional-changelog-conventionalcommits": "^9.3.1", "prettier": "^3.0.1", "semantic-release": "^25.0.2", "sinon": "^22.0.0", "typescript": "^6.0.2" }, "peerDependencies": { "appium": "^3.0.0-rc.2" }, "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": ">=10" }, "types": "./build/lib/index.d.ts" }