diff options
Diffstat (limited to 'comproxy/package.json')
-rw-r--r-- | comproxy/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/comproxy/package.json b/comproxy/package.json new file mode 100644 index 0000000..6c7fd58 --- /dev/null +++ b/comproxy/package.json @@ -0,0 +1,6 @@ +{ + "dependencies": { + "uuid-v4": "^0.1.0", + "ws": "^8.11.0" + } +} |