{
  "name": "opentest",
  "version": "1.3.8",
  "description": "Functional test automation framework for web, mobile and REST APIs. For installation instructions and documentation please see the project website at https://getopentest.org.",
  "author": "Adrian Theodorescu",
  "homepage": "https://getopentest.org/",
  "license": "MIT",
  "bin": {
    "opentest": "./opentest.js",
    "ots": "./opentest.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mcdcorp/opentest.git"
  },
  "tags": [
    "test",
    "automation",
    "selenium",
    "appium",
    "ios",
    "android",
    "functional"
  ],
  "bundledDependencies": [],
  "dependencies": {
    "axios": "^0.21.1",
    "chalk": "^2.4.2",
    "inquirer": "^4.0.2",
    "opentest-actor": "1.3.8",
    "opentest-server": "1.3.8",
    "shelljs": "^0.8.4",
    "url-join": "^4.0.1",
    "yargs": "^10.1.2"
  }
}
