mirror of
https://github.com/appium/appium.git
synced 2026-02-20 01:29:36 -06:00
- appium@2.16.0 - @appium/base-driver@9.16.0 - @appium/base-plugin@2.3.1 - @appium/docutils@1.0.30 - @appium/driver-test-support@0.7.5 - @appium/eslint-config-appium-ts@1.0.3 - @appium/execute-driver-plugin@4.0.2 - @appium/fake-driver@5.7.1 - @appium/fake-plugin@3.2.1 - @appium/images-plugin@3.0.28 - @appium/opencv@3.0.8 - @appium/plugin-test-support@0.3.50 - @appium/schema@0.8.0 - @appium/support@6.0.4 - @appium/test-support@3.1.4 - @appium/types@0.25.0 - @appium/universal-xml-plugin@1.0.28
63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"name": "@appium/plugin-test-support",
|
|
"version": "0.3.50",
|
|
"description": "Testing utilities for Appium plugins",
|
|
"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/plugin-test-support"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "https://github.com/appium",
|
|
"main": "index.js",
|
|
"types": "build/lib/harness.d.ts",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"index.js",
|
|
"build",
|
|
"tsconfig.json",
|
|
"!build/tsconfig.tsbuildinfo"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run test:unit",
|
|
"test:smoke": "node ./index.js",
|
|
"test:unit": "exit 0"
|
|
},
|
|
"dependencies": {
|
|
"@appium/types": "^0.25.0",
|
|
"get-port": "5.1.1",
|
|
"log-symbols": "4.1.0",
|
|
"source-map-support": "0.5.21",
|
|
"teen_process": "2.2.3"
|
|
},
|
|
"peerDependencies": {
|
|
"appium": "^2.0.0-beta.43",
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
"npm": ">=8"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02"
|
|
}
|