{
  "name": "@nightwatch/mobile-helper",
  "version": "2.0.0",
  "description": "Easily setup all the requirements needed to get started with mobile-web testing using Nightwatch.",
  "main": "dist/index.js",
  "bin": "./index.js",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc && node dev.js",
    "prepublishOnly": "tsc --outDir dist",
    "test:unit": "npx nightwatch tests/unit_tests",
    "eslint": "eslint src"
  },
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nightwatchjs/mobile-helper-tool"
  },
  "devDependencies": {
    "@types/cli-progress": "^3.11.0",
    "@types/download": "^8.0.1",
    "@types/inquirer": "^8.2.3",
    "@types/minimist": "^1.2.2",
    "@types/mockery": "^1.4.30",
    "@types/node": "^18.7.21",
    "@types/which": "^2.0.1",
    "@typescript-eslint/eslint-plugin": "^5.38.1",
    "@typescript-eslint/parser": "^5.38.1",
    "eslint": "^8.24.0",
    "mockery": "^2.1.0",
    "nightwatch": "^3.6.2",
    "nock": "^13.2.9",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.3"
  },
  "dependencies": {
    "ansi-colors": "^4.1.3",
    "appium-adb": "^12.4.3",
    "axios": "^1.1.2",
    "boxen": "5.1.2",
    "cli-progress": "^3.11.2",
    "dotenv": "^16.0.3",
    "download": "github:garg3133/download#14.0.0",
    "inquirer": "^8.2.4",
    "minimist": "^1.2.6",
    "untildify": "^4.0.0",
    "which": "^2.0.2"
  }
}
