server for my chess game
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index d4ebf02..6366815 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,9 @@ }, "engines": { "node": "16.15" + }, + "optionalDependencies": { + "bufferutil": "^4.0.6", + "utf-8-validate": "^5.0.9" } -}
\ No newline at end of file +} |