diff options
Diffstat (limited to 'packages/meshbay-client/package.json')
| -rw-r--r-- | packages/meshbay-client/package.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/meshbay-client/package.json b/packages/meshbay-client/package.json index 61d75d7..b9c5a50 100644 --- a/packages/meshbay-client/package.json +++ b/packages/meshbay-client/package.json @@ -1,7 +1,7 @@ { "name": "meshbay-client", "version": "0.1.0", - "description": "MeshBay desktop client \u2014 the interface ships with the application, not from the hub", + "description": "MeshBay desktop client — the interface ships with the application, not from the hub", "license": "AGPL-3.0-or-later", "main": "src/main.js", "private": true, @@ -39,5 +39,12 @@ "python3-meshbay-common" ] } + }, + "dependencies": { + "bonjour-service": "^1.4.4", + "castv2-client": "^1.2.0" + }, + "overrides": { + "protobufjs": "^7.5.5" } } |