{
  "name": "custom",
  "version": "1.0.0",
  "scripts": {
    "postinstall": "cd ../../ && npm install --no-save https://github.com/codeforequity-at/botium-core.git#develop chromedriver@111 --no-save",
    "test": "mocha spec",
    "test-appium": "cross-env BOTIUM_CONFIG=botium-testobjects.json mocha spec",
    "test-perfecto": "cross-env BOTIUM_CONFIG=botium-perfectolabs.json mocha spec"
  },
  "devDependencies": {
    "botium-bindings": "latest",
    "botium-connector-webdriverio": "../../",
    "botium-logichook-perfectoreporting": "latest",
    "cross-env": "^7.0.0",
    "mocha": "latest"
  },
  "botium": {
    "convodirs": [
      "spec/convo"
    ],
    "expandConvos": true,
    "expandUtterancesToConvos": false
  }
}
