UNPKG

appium

Version:

Automation for Apps.

100 lines (99 loc) 2.95 kB
{ "name": "appium", "version": "3.2.0", "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", "index.js", "driver.*", "support.*", "plugin.*", "scripts/autoinstall-extensions.js", "types", "tsconfig.json", "!build/tsconfig.tsbuildinfo", "!build/test" ], "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.js\"", "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.js\"" }, "dependencies": { "@appium/base-driver": "^10.2.0", "@appium/base-plugin": "^3.0.6", "@appium/docutils": "^2.2.1", "@appium/logger": "^2.0.4", "@appium/schema": "^1.0.1", "@appium/support": "^7.0.5", "@appium/types": "^1.2.0", "@sidvind/better-ajv-errors": "4.0.1", "ajv": "8.17.1", "ajv-formats": "3.0.1", "argparse": "2.0.1", "async-lock": "1.4.1", "axios": "1.13.3", "bluebird": "3.7.2", "lilconfig": "3.1.3", "lodash": "4.17.23", "lru-cache": "11.2.5", "ora": "5.4.1", "package-changed": "3.0.0", "resolve-from": "5.0.0", "semver": "7.7.3", "teen_process": "4.0.8", "type-fest": "5.4.1", "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": "f7b20335eab4022e5cbbb627ec86866a994444f8" }