summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-23 15:36:15 -0400
committerGitHub <noreply@github.com>2021-10-23 15:36:15 -0400
commit55fa09128d16b5dc6c8a8b11968c37fdc4df5b24 (patch)
treee43990b52ba417d35de3e2608e240cd063b95bc3 /bundle/package.json
parentMerge pull request #493 from RiversideRocks/patch-1 (diff)
parentFix missing dependencies (diff)
downloadserver-ts-55fa09128d16b5dc6c8a8b11968c37fdc4df5b24.tar.xz
Merge pull request #495 from KagurazakaNyaa/master
Add proxy support for hard-coded external network access
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundle/package.json b/bundle/package.json

index c75f5da7..f55599bf 100644 --- a/bundle/package.json +++ b/bundle/package.json
@@ -92,11 +92,13 @@ "node-os-utils": "^1.3.5", "patch-package": "^6.4.7", "pg": "^8.7.1", + "proxy-agent": "^5.0.0", "reflect-metadata": "^0.1.13", + "sqlite3": "^5.0.2", "supertest": "^6.1.6", "typeorm": "^0.2.37", "typescript": "^4.1.2", "typescript-json-schema": "^0.50.1", "ws": "^7.4.2" } -} +} \ No newline at end of file