mirror of
https://github.com/appium/appium.git
synced 2026-02-22 03:08:47 -06:00
Also enables type checks in `execute-driver-plugins` and exports types where we weren't before
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@appium/images-plugin",
|
|
"version": "2.0.1",
|
|
"description": "Plugin for working with images and image elements in Appium",
|
|
"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/images-plugin"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "https://github.com/appium",
|
|
"types": "./build/lib/plugin.d.ts",
|
|
"files": [
|
|
"build",
|
|
"docs",
|
|
"lib",
|
|
"index.js",
|
|
"tsconfig.json"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run test:unit",
|
|
"test:e2e": "mocha --timeout 40s --slow 20s \"./test/e2e/**/*.spec.js\"",
|
|
"test:smoke": "node ./index.js",
|
|
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
|
|
},
|
|
"dependencies": {
|
|
"@appium/opencv": "^2.0.1",
|
|
"lru-cache": "7.14.1",
|
|
"source-map-support": "0.5.21"
|
|
},
|
|
"peerDependencies": {
|
|
"appium": "^2.0.0-beta.35"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
"npm": ">=8"
|
|
},
|
|
"appium": {
|
|
"pluginName": "images",
|
|
"mainClass": "ImageElementPlugin"
|
|
},
|
|
"gitHead": "5c7af8ee73078018e4ec52fccf19fe3f77249d72",
|
|
"typedoc": {
|
|
"entryPoint": "./lib/plugin.js"
|
|
}
|
|
}
|