diff options
Diffstat (limited to 'packages/transport-ws/package.json')
| -rw-r--r-- | packages/transport-ws/package.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/packages/transport-ws/package.json b/packages/transport-ws/package.json index b600a98..6593218 100644 --- a/packages/transport-ws/package.json +++ b/packages/transport-ws/package.json @@ -1,15 +1,15 @@ { - "name": "@dispatch/transport-ws", - "version": "0.0.0", - "type": "module", - "private": true, - "main": "dist/index.js", - "types": "dist/index.d.ts", - "dependencies": { - "@dispatch/kernel": "workspace:*", - "@dispatch/session-orchestrator": "workspace:*", - "@dispatch/surface-registry": "workspace:*", - "@dispatch/transport-contract": "workspace:*", - "@dispatch/ui-contract": "workspace:*" - } + "name": "@dispatch/transport-ws", + "version": "0.0.0", + "type": "module", + "private": true, + "main": "dist/index.js", + "types": "dist/index.d.ts", + "dependencies": { + "@dispatch/kernel": "workspace:*", + "@dispatch/session-orchestrator": "workspace:*", + "@dispatch/surface-registry": "workspace:*", + "@dispatch/transport-contract": "workspace:*", + "@dispatch/ui-contract": "workspace:*" + } } |
