io.appium.settings
Version:
App for dealing with Android settings
81 lines (80 loc) • 2.48 kB
JSON
{
"name": "io.appium.settings",
"version": "7.0.16",
"description": "App for dealing with Android settings",
"main": "./build/lib/index.js",
"types": "./build/lib/index.d.ts",
"scripts": {
"bump-gradle-version": "node scripts/gradle-version-update.js --package-version=${npm_package_version} && git add app/build.gradle",
"lint": "./gradlew lint",
"js:lint": "eslint .",
"js:lint:fix": "npm run js:lint -- --fix",
"move-apks": "rm -rf apks && mkdir -p apks && cp app/build/outputs/apk/debug/settings_apk-debug.apk apks",
"build": "tsc -b && ./gradlew clean assembleDebug && npm run move-apks",
"js:build": "tsc -b",
"prepare": "npm run build",
"version": "npm run bump-gradle-version && npm run build",
"clean": "npm run build -- --clean",
"js:test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.ts\"",
"e2e-test": "mocha --exit --timeout 5m \"./test/e2e/**/*-specs.ts\""
},
"repository": {
"type": "git",
"url": "https://github.com/appium/io.appium.settings.git"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
"npm": ">=10"
},
"keywords": [
"appium",
"android",
"settings"
],
"files": [
"lib",
"build/lib",
"apks",
"!.DS_Store",
"NOTICE.txt",
"CHANGELOG.md"
],
"author": "Appium Contributors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/appium/io.appium.settings/issues"
},
"homepage": "https://github.com/appium/io.appium.settings",
"dependencies": {
"@appium/logger": "^2.0.0-rc.1",
"asyncbox": "^6.0.1",
"bluebird": "^3.5.1",
"lodash": "^4.2.1",
"semver": "^7.5.4",
"teen_process": "^4.0.4"
},
"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/bluebird": "^3.5.38",
"@types/chai": "^5.2.3",
"@types/chai-as-promised": "^8.0.2",
"@types/lodash": "^4.14.196",
"@types/mocha": "^10.0.10",
"@types/node": "^25.0.0",
"@types/sinon": "^21.0.0",
"appium-adb": "^14.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.0",
"semantic-release": "^25.0.2",
"sinon": "^21.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}