1 Star 0 Fork 0

认知科技技术团队/sonic-appium-uiautomator2-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "appium-uiautomator2-server",
"version": "5.8.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 app/build.gradle",
"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": "^6.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"android-apidemos": "^4.0.0",
"appium-adb": "^9.0.0",
"bluebird": "^3.7.2",
"conventional-changelog-conventionalcommits": "^5.0.0",
"fancy-log": "^2.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-promise": "^6.0.0",
"semantic-release": "^20.0.2",
"semver": "^7.3.7"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/whoamiy/sonic-appium-uiautomator2-server.git
git@gitee.com:whoamiy/sonic-appium-uiautomator2-server.git
whoamiy
sonic-appium-uiautomator2-server
sonic-appium-uiautomator2-server
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385