diff options
| author | Your Name <you@example.com> | 2026-05-19 02:08:37 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-19 02:08:37 +0530 |
| commit | 75688d55b3c8d13c8c9a50da9668ec408f684cb3 (patch) | |
| tree | fcf1512e8909136de2bc865faaff20af51d959af /package.json | |
| parent | 7f70b568972e875d5d9cc52631b663a50ecbaa0a (diff) | |
build: add ws dependency for relay integration tests
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index a2d1ec1..da19ddb 100644 --- a/package.json +++ b/package.json | |||
| @@ -21,5 +21,8 @@ | |||
| 21 | }, | 21 | }, |
| 22 | "devDependencies": { | 22 | "devDependencies": { |
| 23 | "@playwright/test": "^1.52.0" | 23 | "@playwright/test": "^1.52.0" |
| 24 | }, | ||
| 25 | "dependencies": { | ||
| 26 | "ws": "^8.20.1" | ||
| 24 | } | 27 | } |
| 25 | } | 28 | } |