@devexcelsior/healing-webrtc-relay
Version:
Peer-to-peer healing relay using WebRTC for disconnected UI recovery
34 lines • 686 B
JSON
{
"name": "@devexcelsior/healing-webrtc-relay",
"version": "0.0.6",
"description": "Peer-to-peer healing relay using WebRTC for disconnected UI recovery",
"keywords": [
"healing",
"webrtc",
"peer-recovery",
"resilience",
"ui-healing",
"signal-routing",
"devexcelsior"
],
"license": "BUSL-1.1",
"author": "Curt Puckett <curtnpuckett@gmail.com>",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"LICENSE",
"README.md",
"NOTICE.md",
"COMMERCIAL.md"
],
"devDependencies": {
"typescript": "^5.8.3"
},
"scripts": {
"build": "tsc"
}
}