rtc-stats-adapter
Version:
RTC Stats adapter
24 lines (23 loc) • 435 B
JSON
{
"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"
}
}