diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-07-20 21:17:19 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-07-20 21:17:19 +1000 |
commit | 4fa8b16b4a3e8ebde531088e5a3380b423ae1043 (patch) | |
tree | 587bfe91a756e645dbbd0c623471d90dad4f7e62 | |
parent | 2fa (diff) | |
download | server-4fa8b16b4a3e8ebde531088e5a3380b423ae1043.tar.xz |
Add node-2fa to package.json
-rw-r--r-- | api/package.json | 1 | ||||
-rw-r--r-- | bundle/package.json | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/api/package.json b/api/package.json index 1bb49261..07208d60 100644 --- a/api/package.json +++ b/api/package.json @@ -86,6 +86,7 @@ "missing-native-js-functions": "^1.2.18", "morgan": "^1.10.0", "multer": "^1.4.2", + "node-2fa": "^2.0.3", "node-fetch": "^2.6.2", "patch-package": "^6.4.7", "picocolors": "^1.0.0", diff --git a/bundle/package.json b/bundle/package.json index c050a302..86e300e1 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -109,6 +109,7 @@ "typescript": "^4.1.2", "typescript-cached-transpile": "^0.0.6", "typescript-json-schema": "^0.50.1", - "ws": "^7.4.2" + "ws": "^7.4.2", + "node-2fa": "^2.0.3" } -} +} \ No newline at end of file |