@rtcio/core
Version:
A P2P connection library aimed to make RTCPeerConnections easier to use
50 lines • 1.06 kB
JSON
{
"name": "@rtcio/core",
"version": "0.2.0",
"description": "A P2P connection library aimed to make RTCPeerConnections easier to use",
"files": [
"dist",
"package.json"
],
"repository": {
"type": "git",
"url": "https://github.com/dbidwell94/rtc.io"
},
"keywords": [
"WebRTC",
"RTCPeerConnection",
"P2P",
"rtcio",
"RTCDataChannel",
"file",
"streaming",
"binary",
"message",
"messaging"
],
"exports": {
".": "./dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "Devin Bidwell",
"email": "dbidwell94@biddydev.com",
"license": "MIT",
"devDependencies": {
"@roamhq/wrtc": "^0.9.0",
"@types/node": "^24.3.1",
"wait-for-expect": "^4.0.0",
"@rtcio/signal-local": "0.1.4",
"@rtcio/signaling": "0.3.0"
},
"dependencies": {
"@dbidwell94/ts-utils": "^1.2.0",
"uuid": "^13.0.0",
"@rtcio/logger": "0.1.2"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"check-types": "tsc --noEmit"
}
}