mirror of
https://github.com/appium/appium.git
synced 2026-05-03 08:51:18 -05:00
58b71869d1
- appium@2.0.0-rc.4 - @appium/base-driver@9.3.14 - @appium/base-plugin@2.2.14 - @appium/doctor@2.0.20 - @appium/docutils@0.4.3 - @appium/driver-test-support@0.4.9 - @appium/fake-plugin@3.1.18 - @appium/plugin-test-support@0.3.17 - @appium/support@4.1.1 - @appium/test-support@3.0.19 - @appium/types@0.13.1
73 lines
1.6 KiB
JSON
73 lines
1.6 KiB
JSON
{
|
|
"name": "@appium/driver-test-support",
|
|
"version": "0.4.9",
|
|
"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.13.1",
|
|
"@types/lodash": "4.14.195",
|
|
"@types/stoppable": "1.1.1",
|
|
"axios": "1.4.0",
|
|
"bluebird": "3.7.2",
|
|
"chai": "4.3.7",
|
|
"get-port": "5.1.1",
|
|
"lodash": "4.17.21",
|
|
"sinon": "15.1.0",
|
|
"source-map-support": "0.5.21",
|
|
"stoppable": "1.1.0",
|
|
"type-fest": "3.11.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"
|
|
},
|
|
"typedoc": {
|
|
"entryPoint": "./lib/index.js"
|
|
},
|
|
"gitHead": "8480a85ce2fa466360e0fb1a7f66628331907f02"
|
|
}
|