mirror of
https://github.com/appium/appium.git
synced 2026-05-24 12:58:49 -05:00
0823f0b60e
- appium@2.0.0-beta.47 - @appium/base-driver@9.0.0 - @appium/base-plugin@2.0.0 - @appium/doctor@2.0.0 - @appium/docutils@0.1.0 - @appium/driver-test-support@0.3.0 - @appium/eslint-config-appium@8.0.0 - @appium/execute-driver-plugin@3.0.0 - @appium/fake-driver@5.0.0 - @appium/fake-plugin@3.0.0 - @appium/gulp-plugins@8.0.0 - @appium/images-plugin@2.0.0 - @appium/opencv@2.0.0 - @appium/plugin-test-support@0.3.0 - @appium/relaxed-caps-plugin@1.0.0-beta.14 - @appium/schema@0.1.0 - @appium/support@3.0.0 - @appium/test-support@3.0.0 - @appium/typedoc-plugin-appium@0.2.0 - @appium/types@0.6.0 - @appium/universal-xml-plugin@1.0.0-beta.16
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@appium/execute-driver-plugin",
|
|
"version": "3.0.0",
|
|
"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",
|
|
"files": [
|
|
"build",
|
|
"lib",
|
|
"index.js"
|
|
],
|
|
"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.27.0"
|
|
},
|
|
"peerDependencies": {
|
|
"appium": "^2.0.0-beta.35"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"appium": {
|
|
"pluginName": "execute-driver",
|
|
"mainClass": "ExecuteDriverPlugin"
|
|
},
|
|
"gitHead": "5c7af8ee73078018e4ec52fccf19fe3f77249d72",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
"npm": ">=8"
|
|
}
|
|
}
|