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

14
jsmpeg/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "jsmpeg",
"version": "1.0.0",
"description": "",
"main": "relay.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"ws": "^7.4.3"
}
}