mirror of
https://github.com/appium/appium.git
synced 2026-05-16 07:48:45 -05:00
5c1d20517c
- appium@2.3.0 - @appium/base-driver@9.4.4 - @appium/base-plugin@2.2.25 - @appium/doctor@2.0.30 - @appium/docutils@1.0.1 - @appium/driver-test-support@0.4.19 - @appium/execute-driver-plugin@3.0.22 - @appium/fake-driver@5.3.0 - @appium/fake-plugin@3.1.29 - @appium/images-plugin@3.0.0 - @appium/opencv@3.0.0 - @appium/plugin-test-support@0.3.26 - @appium/relaxed-caps-plugin@1.0.6 - @appium/schema@0.5.0 - @appium/strongbox@0.3.2 - @appium/support@4.1.11 - @appium/test-support@3.0.29 - @appium/types@0.15.0 - @appium/universal-xml-plugin@1.0.16
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "@appium/test-support",
|
|
"version": "3.0.29",
|
|
"description": "A collection of test utilities used across Appium packages",
|
|
"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/test-support"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "https://github.com/appium",
|
|
"types": "./build/lib/index.d.ts",
|
|
"bin": {
|
|
"android-emu-travis-post": "./bin/android-emu-travis-post.sh",
|
|
"android-emu-travis-pre": "./bin/android-emu-travis-pre.sh"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"bin",
|
|
"lib",
|
|
"build",
|
|
"tsconfig.json",
|
|
"!build/tsconfig.tsbuildinfo"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run test:unit",
|
|
"test:smoke": "node ./index.js",
|
|
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
|
|
},
|
|
"dependencies": {
|
|
"@appium/support": "^4.1.11",
|
|
"@colors/colors": "1.6.0",
|
|
"bluebird": "3.7.2",
|
|
"lodash": "4.17.21",
|
|
"loud-rejection": "2.2.0",
|
|
"sinon": "17.0.1",
|
|
"source-map-support": "0.5.21"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
"npm": ">=8"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02"
|
|
}
|