mirror of
https://github.com/appium/appium.git
synced 2026-02-22 03:08:47 -06:00
- appium@3.0.2 - @appium/base-driver@10.0.1 - @appium/base-plugin@3.0.2 - @appium/docutils@2.1.0 - @appium/driver-test-support@1.0.2 - @appium/eslint-config-appium-ts@2.0.2 - @appium/execute-driver-plugin@5.0.1 - @appium/fake-plugin@4.0.2 - @appium/images-plugin@4.0.1 - @appium/logger@2.0.1 - @appium/opencv@4.0.1 - @appium/plugin-test-support@1.0.1 - @appium/storage-plugin@1.0.1 - @appium/support@7.0.1 - @appium/test-support@4.0.1 - @appium/tsconfig@1.1.0 - @appium/types@1.0.1
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"name": "@appium/base-plugin",
|
|
"version": "3.0.2",
|
|
"description": "The base plugin used to create Appium 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": "^10.0.1",
|
|
"@appium/support": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
"npm": ">=10"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02",
|
|
"tags": [
|
|
"appium"
|
|
]
|
|
}
|