mirror of
https://github.com/appium/appium.git
synced 2026-02-20 10:20:05 -06:00
- appium@2.13.1 - @appium/base-driver@9.13.1 - @appium/base-plugin@2.2.50 - @appium/docutils@1.0.26 - @appium/driver-test-support@0.7.1 - @appium/fake-driver@5.5.7 - @appium/fake-plugin@3.1.54 - @appium/images-plugin@3.0.24 - @appium/plugin-test-support@0.3.46 - @appium/support@6.0.0 - @appium/test-support@3.1.0 - @appium/types@0.22.3 - @appium/universal-xml-plugin@1.0.26
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"name": "@appium/base-plugin",
|
|
"version": "2.2.50",
|
|
"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.13.1",
|
|
"@appium/support": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
"npm": ">=8"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02",
|
|
"tags": [
|
|
"appium"
|
|
]
|
|
}
|