{
  "name": "wdio-test-reporter-service",
  "version": "9.0.24",
  "description": "WebdriverIO server to send reporter data to testreporter.io",
  "type": "module",
  "main": "src/index.js",
  "engines": {
    "node": "20.x"
  },
  "scripts": {
    "release": "release-it --github.release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WillBrock/wdio-test-reporter-service.git"
  },
  "keywords": [
    "WebdriverIO",
    "tests",
    "test",
    "e2e",
    "wdio",
    "testing",
    "reporter",
    "service"
  ],
  "author": "Will Brock",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/WillBrock/wdio-test-reporter-service/issues"
  },
  "homepage": "https://github.com/WillBrock/wdio-test-reporter-service#readme",
  "dependencies": {
    "btoa": "^1.2.1",
    "fs-extra": "^11.2.0",
    "node-fetch": "^3.3.2"
  },
  "devDependencies": {
    "release-it": "^17.0.1"
  }
}
