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-15 12:37:58 +0200
committerGitHub <noreply@github.com>2021-10-15 12:37:58 +0200
commit84024cd5bbb5398f2b29ab35486410a635addf79 (patch)
tree5ba4c9b6e839faae5cdfab16005aaa95ab19c3fa /bundle/package.json
parentMerge pull request #460 from fosscord/dev (diff)
parentMerge branch 'master' into cdn-s3 (diff)
downloadserver-ts-84024cd5bbb5398f2b29ab35486410a635addf79.tar.xz
Merge pull request #459 from hbjydev/cdn-s3
[CDN] S3 Support
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/bundle/package.json b/bundle/package.json

index 404c6758..5a7c116c 100644 --- a/bundle/package.json +++ b/bundle/package.json
@@ -47,7 +47,7 @@ "jest": "^27.0.6", "jest-expect-message": "^1.0.2", "jest-runtime": "^27.2.1", - "ts-node": "^9.1.1", + "ts-node": "^10.2.1", "ts-node-dev": "^1.1.6", "ts-patch": "^1.4.4", "typescript": "^4.2.3", @@ -93,6 +93,8 @@ "typescript": "^4.1.2", "typescript-json-schema": "^0.50.1", "ws": "^7.4.2", - "cheerio": "^1.0.0-rc.10" + "cheerio": "^1.0.0-rc.10", + "@aws-sdk/client-s3": "^3.36.1", + "@aws-sdk/node-http-handler": "^3.36.0" } }