mirror of
https://github.com/appium/appium.git
synced 2026-05-22 20:09:00 -05:00
b0095bfd47
- appium@2.12.1 - @appium/base-driver@9.12.1 - @appium/base-plugin@2.2.47 - @appium/doctor@2.1.13 - @appium/docutils@1.0.23 - @appium/driver-test-support@0.6.11 - @appium/fake-plugin@3.1.51 - @appium/images-plugin@3.0.21 - @appium/support@5.1.6 - @appium/test-support@3.0.51
71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
{
|
|
"name": "@appium/driver-test-support",
|
|
"version": "0.6.11",
|
|
"description": "Test utilities for Appium drivers",
|
|
"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/driver-test-support"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "https://github.com/appium",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib",
|
|
"build",
|
|
"tsconfig.json",
|
|
"!build/tsconfig.tsbuildinfo"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run test:unit",
|
|
"test:smoke": "node ./index.js",
|
|
"test:unit": "mocha \"test/unit/**/*.spec.js\""
|
|
},
|
|
"types": "./build/lib/index.d.ts",
|
|
"dependencies": {
|
|
"@appium/types": "^0.22.0",
|
|
"@types/lodash": "4.17.12",
|
|
"@types/stoppable": "1.1.3",
|
|
"axios": "1.7.7",
|
|
"bluebird": "3.7.2",
|
|
"chai": "5.1.2",
|
|
"chai-as-promised": "8.0.0",
|
|
"get-port": "5.1.1",
|
|
"lodash": "4.17.21",
|
|
"sinon": "19.0.2",
|
|
"source-map-support": "0.5.21",
|
|
"stoppable": "1.1.0",
|
|
"type-fest": "4.26.1"
|
|
},
|
|
"peerDependencies": {
|
|
"appium": "^2.0.0-beta.43",
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
"npm": ">=8"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02"
|
|
}
|