{
  "name": "wdio-slack-reporter",
  "version": "2.0.1",
  "description": "This reporter provides slack notifications of webdriverIO test results.",
  "main": "src/reporter.js",
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmnaid/wdio-slack-reporter.git"
  },
  "keywords": [
    "reporter",
    "webdriverio",
    "wdio",
    "wdio-plugin",
    "wdio-reporter",
    "wdio-slack-reporter",
    "slack",
    "notification",
    "chat"
  ],
  "author": "Naidele Manjunath",
  "license": "MIT",
  "dependencies": {
    "@slack/webhook": "^5.0.0",
    "wdio-json-reporter": "^1.3.1"
  }
}
