appium
Version:
Automation for Apps.
99 lines (98 loc) • 2.92 kB
JSON
{
"name": "appium",
"version": "3.2.2",
"description": "Automation for Apps.",
"keywords": [
"automation",
"javascript",
"selenium",
"webdriver",
"ios",
"android",
"firefoxos",
"testing"
],
"homepage": "https://appium.io",
"bugs": {
"url": "https://github.com/appium/appium/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/appium/appium.git",
"directory": "packages/appium"
},
"license": "Apache-2.0",
"author": "https://github.com/appium",
"types": "./build/lib/main.d.ts",
"bin": {
"appium": "index.js"
},
"directories": {
"lib": "./lib"
},
"files": [
"lib",
"build/lib",
"build/types",
"index.js",
"driver.*",
"support.*",
"plugin.*",
"scripts/autoinstall-extensions.js",
"types",
"tsconfig.json"
],
"scripts": {
"build:docs": "node docs/scripts/build-docs.js",
"build:docs:preview": "cross-env APPIUM_DOCS_PREVIEW=1 npm run build:docs",
"build:docs:cli": "node docs/scripts/gen-cli-args-docs.js",
"build:docs:reference": "node docs/scripts/build-reference.js",
"dev:docs": "npm run dev:docs:en",
"dev:docs:en": "appium-docs build --serve --mkdocs-yml ./docs/mkdocs-en.yml",
"dev:docs:ja": "appium-docs build --serve --mkdocs-yml ./docs/mkdocs-ja.yml",
"dev:docs:zh": "appium-docs build --serve --mkdocs-yml ./docs/mkdocs-zh.yml",
"install-docs-deps": "appium-docs init --no-mkdocs",
"postinstall": "node ./scripts/autoinstall-extensions.js",
"publish:docs": "cross-env APPIUM_DOCS_PUBLISH=1 npm run build:docs",
"test": "npm run test:unit",
"test:e2e": "mocha --exit --timeout 1m --slow 30s \"./test/e2e/**/*.spec.ts\"",
"test:smoke": "cross-env APPIUM_HOME=./local_appium_home node ./index.js driver install uiautomator2 && cross-env APPIUM_HOME=./local_appium_home node ./index.js driver list",
"test:unit": "mocha \"./test/unit/**/*.spec.ts\""
},
"dependencies": {
"@appium/base-driver": "^10.2.2",
"@appium/base-plugin": "^3.1.1",
"@appium/docutils": "^2.2.2",
"@appium/logger": "^2.0.5",
"@appium/schema": "^1.1.0",
"@appium/support": "^7.0.6",
"@appium/types": "^1.2.1",
"@sidvind/better-ajv-errors": "4.0.1",
"ajv": "8.18.0",
"ajv-formats": "3.0.1",
"argparse": "2.0.1",
"async-lock": "1.4.1",
"axios": "1.13.6",
"bluebird": "3.7.2",
"lilconfig": "3.1.3",
"lodash": "4.17.23",
"lru-cache": "11.2.6",
"ora": "5.4.1",
"package-changed": "3.0.0",
"resolve-from": "5.0.0",
"semver": "7.7.4",
"teen_process": "4.0.10",
"type-fest": "5.4.4",
"winston": "3.19.0",
"ws": "8.19.0",
"yaml": "2.8.2"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
"npm": ">=10"
},
"publishConfig": {
"access": "public"
},
"gitHead": "c745352c6500937a4590d1ef6ef19785143a8870"
}