mirror of
https://github.com/appium/appium.git
synced 2026-02-21 18:59:08 -06:00
- appium@2.0.0-beta.50 - @appium/base-driver@9.2.1 - @appium/base-plugin@2.1.1 - @appium/doctor@2.0.3 - @appium/docutils@0.1.3 - @appium/driver-test-support@0.3.3 - @appium/execute-driver-plugin@3.0.3 - @appium/fake-driver@5.1.1 - @appium/fake-plugin@3.1.1 - @appium/images-plugin@2.0.3 - @appium/opencv@2.0.3 - @appium/plugin-test-support@0.3.3 - @appium/relaxed-caps-plugin@1.0.2 - @appium/schema@0.2.1 - @appium/support@3.1.1 - @appium/test-support@3.0.3 - @appium/tsconfig@0.2.1 - @appium/typedoc-plugin-appium@0.3.1 - @appium/types@0.8.1 - @appium/universal-xml-plugin@1.0.2
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"name": "@appium/execute-driver-plugin",
|
|
"version": "3.0.3",
|
|
"description": "Plugin for batching and executing driver commands with Appiums",
|
|
"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/execute-driver-plugin"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "https://github.com/appium",
|
|
"types": "./build/lib/plugin.d.ts",
|
|
"files": [
|
|
"build",
|
|
"lib",
|
|
"index.js",
|
|
"tsconfig.json"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run test:unit",
|
|
"test:e2e": "mocha -t 160s --slow 20s \"./test/e2e/**/*.spec.js\"",
|
|
"test:smoke": "node ./index.js",
|
|
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
|
|
},
|
|
"dependencies": {
|
|
"@types/bluebird": "3.5.38",
|
|
"bluebird": "3.7.2",
|
|
"lodash": "4.17.21",
|
|
"source-map-support": "0.5.21",
|
|
"vm2": "3.9.13",
|
|
"webdriverio": "7.29.1"
|
|
},
|
|
"peerDependencies": {
|
|
"appium": "^2.0.0-beta.35"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
"npm": ">=8"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"appium": {
|
|
"pluginName": "execute-driver",
|
|
"mainClass": "ExecuteDriverPlugin"
|
|
},
|
|
"gitHead": "422142302f2f540a31c7eaf5178e2642b53a30d2",
|
|
"typedoc": {
|
|
"entryPoint": "./lib/plugin.js"
|
|
}
|
|
}
|