summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-06 09:20:07 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-06 09:20:07 +0100
commit6ab626fc0dcb4ce62345c9ee967ba300474728e2 (patch)
tree70732944b28d7daec211484c7452092f3e3c4d18 /package.json
parent:bug: export files and classes (diff)
downloadserver-ts-6ab626fc0dcb4ce62345c9ee967ba300474728e2.tar.xz
:sparkles: convertBigIntToString
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json

index 91e82f3a..049fdd2a 100644 --- a/package.json +++ b/package.json
@@ -21,7 +21,8 @@ "homepage": "https://github.com/discord-open-source/discord-server-util#readme", "dependencies": { "jsonwebtoken": "^8.5.1", - "lambert-db": "^1.1.4" + "lambert-db": "^1.1.4", + "missing-native-js-functions": "^1.2.1" }, "devDependencies": { "@types/jsonwebtoken": "^8.5.0",