aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/package.json
diff options
context:
space:
mode:
authorkao <zichongkao@gmail.com>2018-11-27 09:12:33 +0800
committerkao <zichongkao@gmail.com>2018-12-13 14:39:07 +0800
commit687749460d026ae8b16e355c85c70e1e79b63252 (patch)
tree654d3a2ae19457eca6b6bd6974693656c8c1379b /packages/order-watcher/package.json
parenta286228b2005c33cc4ca8e17772a9bd259eeb1ce (diff)
downloaddexon-sol-tools-687749460d026ae8b16e355c85c70e1e79b63252.tar
dexon-sol-tools-687749460d026ae8b16e355c85c70e1e79b63252.tar.gz
dexon-sol-tools-687749460d026ae8b16e355c85c70e1e79b63252.tar.bz2
dexon-sol-tools-687749460d026ae8b16e355c85c70e1e79b63252.tar.lz
dexon-sol-tools-687749460d026ae8b16e355c85c70e1e79b63252.tar.xz
dexon-sol-tools-687749460d026ae8b16e355c85c70e1e79b63252.tar.zst
dexon-sol-tools-687749460d026ae8b16e355c85c70e1e79b63252.zip
WIP: OrderWatcher WebSocket
Currently incomplete. Main challenge is to figure out how to test a client + server setup in the single-threaded javascript environment.
Diffstat (limited to 'packages/order-watcher/package.json')
-rw-r--r--packages/order-watcher/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json
index 9a51203f4..cfaf5d724 100644
--- a/packages/order-watcher/package.json
+++ b/packages/order-watcher/package.json
@@ -74,7 +74,8 @@
"ethereum-types": "^1.1.2",
"ethereumjs-blockstream": "6.0.0",
"ethers": "~4.0.4",
- "lodash": "^4.17.5"
+ "lodash": "^4.17.5",
+ "websocket": "^1.0.25"
},
"publishConfig": {
"access": "public"