{
  "name": "appdriver",
  "version": "1.0.0-beta.2",
  "main": "main.js",
  "bin": "./bin/appdriver",
  "scripts": {
    "prepublish": "yarn lint && yarn test",
    "lint": "eslint .",
    "test": "jest",
    "test:native-demo-app": "./bin/appdriver --config examples/native-demo-app/config/local.config.js",
    "test:my-first-testing-app": "./bin/appdriver --config examples/my-first-testing-app/config/local.config.js"
  },
  "dependencies": {
    "mocha": "7.1.2",
    "node-fetch": "2.6.0",
    "yargs": "15.3.1"
  },
  "devDependencies": {
    "@types/jest": "25.2.1",
    "appium": "1.17.1",
    "eslint": "6.8.0",
    "eslint-config-airbnb-base": "14.1.0",
    "eslint-plugin-import": "2.20.2",
    "jest": "26.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lewie9021/appdriver.git"
  },
  "homepage": "https://lewie9021.github.io/appdriver/",
  "bugs": "https://github.com/lewie9021/appdriver/issues",
  "author": "Lewis Barnes",
  "license": "MIT",
  "files": [
    "src",
    "bin"
  ],
  "jest": {
    "testMatch": [
      "<rootDir>/__tests__/**/*.spec.js"
    ]
  }
}
