diff options
author | KagurazakaNyaa <i@kagurazakanyaa.com> | 2021-10-24 02:46:38 +0800 |
---|---|---|
committer | KagurazakaNyaa <i@kagurazakanyaa.com> | 2021-10-24 02:50:03 +0800 |
commit | ecd54e9eaae8f82578e4ba8ef2d5f773a7213867 (patch) | |
tree | e43990b52ba417d35de3e2608e240cd063b95bc3 /util/package.json | |
parent | Proxy support for external network access (diff) | |
download | server-ecd54e9eaae8f82578e4ba8ef2d5f773a7213867.tar.xz |
Fix missing dependencies
Diffstat (limited to '')
-rw-r--r-- | util/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/package.json b/util/package.json index 6f465584..0b8423a5 100644 --- a/util/package.json +++ b/util/package.json @@ -40,6 +40,7 @@ "dependencies": { "amqplib": "^0.8.0", "better-sqlite3": "^7.4.3", + "form-data": "^4.0.0", "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.12", "missing-native-js-functions": "^1.2.18", @@ -48,6 +49,7 @@ "node-fetch": "^2.6.1", "patch-package": "^6.4.7", "pg": "^8.7.1", + "proxy-agent": "^5.0.0", "reflect-metadata": "^0.1.13", "typeorm": "^0.2.38", "typescript": "^4.4.2", |