appium-uiautomator2-server
Version:
A netty server with uiautomator2 handlers
57 lines (56 loc) • 2.08 kB
JSON
{
"name": "appium-uiautomator2-server",
"version": "7.6.0",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-uiautomator2-server"
},
"keywords": [
"appium",
"android",
"uiautomator2"
],
"engines": {
"node": ">=14",
"npm": ">=8"
},
"author": "Appium Contributors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/appium/appium-uiautomator2-server/issues"
},
"files": [
"./index.js",
"./apks",
"CHANGELOG.md"
],
"homepage": "https://github.com/appium/appium-uiautomator2-server",
"scripts": {
"bump-gradle-version": "node ./scripts/gradle-version-update.js --package-version=${npm_package_version} && git add gradle.properties",
"build": "./gradlew clean assembleServerDebug assembleServerDebugAndroidTest && npm run move-apks && npm run sign-apk",
"sign-apk": "node ./scripts/sign-apk.js",
"lint:java": "./gradlew lint",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"move-server": "cp app/build/outputs/apk/server/debug/appium-uiautomator2-server-v${npm_package_version}.apk ./apks",
"move-test": "cp app/build/outputs/apk/androidTest/server/debug/appium-uiautomator2-server-debug-androidTest.apk ./apks",
"move-apks": "rm -rf apks && mkdir -p apks && npm run move-server && npm run move-test",
"version": "npm run bump-gradle-version && npm run build",
"clean-device": "adb uninstall io.appium.uiautomator2.server && adb uninstall io.appium.uiautomator2.server.test",
"test": "./gradlew testServerDebugUnitTest"
},
"devDependencies": {
"@appium/eslint-config-appium-ts": "^1.0.0",
"@appium/support": "^6.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"android-apidemos": "^4.0.0",
"appium-adb": "^12.0.2",
"bluebird": "^3.7.2",
"conventional-changelog-conventionalcommits": "^8.0.0",
"semantic-release": "^24.0.0",
"semver": "^7.3.7"
}
}