mirror of
https://github.com/appium/appium.git
synced 2026-02-21 02:39:30 -06:00
- appium@2.0.0-rc.1 - @appium/base-driver@9.3.11 - @appium/base-plugin@2.2.11 - @appium/doctor@2.0.17 - @appium/docutils@0.4.0 - @appium/driver-test-support@0.4.7 - @appium/execute-driver-plugin@3.0.14 - @appium/fake-driver@5.2.4 - @appium/fake-plugin@3.1.15 - @appium/images-plugin@2.1.2 - @appium/opencv@2.1.1 - @appium/plugin-test-support@0.3.15 - @appium/schema@0.3.0 - @appium/strongbox@0.3.1 - @appium/support@4.0.2 - @appium/test-support@3.0.16 - @appium/typedoc-plugin-appium@0.6.5 - @appium/types@0.12.0 - @appium/universal-xml-plugin@1.0.9
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"name": "@appium/base-plugin",
|
|
"version": "2.2.11",
|
|
"description": "The base plugin used to create Appium 2.0 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/base-plugin"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "https://github.com/appium",
|
|
"types": "./build/lib/plugin.d.ts",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"build",
|
|
"index.js",
|
|
"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/base-driver": "^9.3.11",
|
|
"@appium/support": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
"npm": ">=8"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02",
|
|
"tags": [
|
|
"appium"
|
|
],
|
|
"typedoc": {
|
|
"entryPoint": "./lib/plugin.js"
|
|
}
|
|
}
|