mirror of
https://github.com/appium/appium.git
synced 2026-05-20 18:59:59 -05:00
a7ce83e169
- appium@2.15.0 - @appium/base-driver@9.15.0 - @appium/base-plugin@2.3.0 - @appium/docutils@1.0.29 - @appium/driver-test-support@0.7.4 - @appium/eslint-config-appium-ts@1.0.2 - @appium/fake-driver@5.7.0 - @appium/fake-plugin@3.2.0 - @appium/images-plugin@3.0.27 - @appium/plugin-test-support@0.3.49 - @appium/support@6.0.3 - @appium/test-support@3.1.3 - @appium/types@0.24.0
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"name": "@appium/base-plugin",
|
|
"version": "2.3.0",
|
|
"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.15.0",
|
|
"@appium/support": "^6.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
"npm": ">=8"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02",
|
|
"tags": [
|
|
"appium"
|
|
]
|
|
}
|