add jsmpeg relay

This commit is contained in:
Blake Blackshear
2021-03-02 06:54:12 -06:00
parent c71b717a54
commit 7309c06be8
6 changed files with 106 additions and 0 deletions

13
jsmpeg/package-lock.json generated Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "jsmpeg",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"ws": {
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.3.tgz",
"integrity": "sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA=="
}
}
}