appium-android-driver
Version:
Android UiAutomator and Chrome support for Appium
106 lines (105 loc) • 2.79 kB
JSON
{
"name": "appium-android-driver",
"version": "11.0.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",
"CHANGELOG.md",
"!build/test",
"!build/tsconfig.tsbuildinfo"
],
"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": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\""
},
"prettier": {
"bracketSpacing": false,
"printWidth": 100,
"singleQuote": true
},
"dependencies": {
"@appium/support": "^7.0.0-rc.1",
"@colors/colors": "^1.6.0",
"appium-adb": "^13.0.0",
"appium-chromedriver": "^8.0.0",
"asyncbox": "^3.0.0",
"axios": "^1.x",
"bluebird": "^3.4.7",
"io.appium.settings": "^6.0.0",
"lodash": "^4.17.4",
"lru-cache": "^11.1.0",
"moment": "^2.24.0",
"moment-timezone": "^0.x",
"portscanner": "^2.2.0",
"semver": "^7.0.0",
"source-map-support": "^0.x",
"teen_process": "^3.0.0",
"ws": "^8.0.0"
},
"devDependencies": {
"@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
"@appium/test-support": "^4.0.0-rc.1",
"@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/bluebird": "^3.5.38",
"@types/lodash": "^4.14.194",
"@types/mocha": "^10.0.1",
"@types/node": "^24.0.0",
"@types/portscanner": "^2.1.1",
"@types/semver": "^7.5.0",
"@types/source-map-support": "^0.5.6",
"@types/ws": "^8.5.4",
"@xmldom/xmldom": "^0.x",
"android-apidemos": "^5.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.1",
"semantic-release": "^24.0.0",
"sinon": "^21.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.2",
"xpath": "^0.x"
},
"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"
}