@tessantech/rtc-light
Version:
Verry light package to simplify Webrtc and make a videoconference in a few lines of code.
26 lines (25 loc) • 453 B
JSON
{
"name": "@tessantech/rtc-light",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "4.0.1",
"description": "",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rtc",
"webrtc",
"simple",
"light",
"video",
"conference",
"real time"
],
"author": "Tessan",
"license": "ISC",
"devDependencies": {
"typescript": "^4.5.2"
}
}