{
  "name": "rtc-stats-adapter",
  "description": "RTC Stats adapter",
  "version": "1.2.0",
  "repository": "https://github.com/nexmoinc/rtc-stats-adapter",
  "keywords": [
    "nexmo",
    "webrtc",
    "stats"
  ],
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "license": "Apache 2.0",
  "devDependencies": {
    "jest": "^26.6.3",
    "jest-extended": "^0.11.5"
  },
  "dependencies": {
    "joi": "^17.4.0"
  }
}
