summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-16 21:48:57 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-16 21:48:57 +0200
commitaec3834fe5d31df8e99cf441940ed60fb82e6533 (patch)
treee28e2ecb1c5b004ec448972f656c354cf067e526 /bundle/package.json
parentMerge pull request #471 from ChrisChrome/patch-1 (diff)
downloadserver-ts-aec3834fe5d31df8e99cf441940ed60fb82e6533.tar.xz
:arrow_up: update mnjsf
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/bundle/package.json b/bundle/package.json

index b3e5c39a..c24902fb 100644 --- a/bundle/package.json +++ b/bundle/package.json
@@ -37,6 +37,7 @@ "@types/jest": "^27.0.1", "@types/jest-expect-message": "^1.0.3", "@types/jsonwebtoken": "^8.5.0", + "@types/morgan": "^1.9.3", "@types/multer": "^1.4.7", "@types/node": "^14.17.9", "@types/node-fetch": "^2.5.12", @@ -51,10 +52,13 @@ "ts-node-dev": "^1.1.6", "ts-patch": "^1.4.4", "typescript": "^4.2.3", - "typescript-json-schema": "0.50.1", - "@types/morgan": "^1.9.3" + "typescript-json-schema": "0.50.1" }, "dependencies": { + "@aws-sdk/client-s3": "^3.36.1", + "@aws-sdk/node-http-handler": "^3.36.0", + "@babel/preset-env": "^7.15.8", + "@babel/preset-typescript": "^7.15.0", "ajv": "8.6.2", "ajv-formats": "^2.1.1", "amqplib": "^0.8.0", @@ -63,6 +67,7 @@ "bcrypt": "^5.0.1", "body-parser": "^1.19.0", "btoa": "^1.2.1", + "cheerio": "^1.0.0-rc.10", "dotenv": "^8.2.0", "exif-be-gone": "^1.2.0", "express": "^4.17.1", @@ -78,7 +83,7 @@ "jsonwebtoken": "^8.5.1", "lambert-db": "^1.2.3", "lambert-server": "^1.2.11", - "missing-native-js-functions": "^1.2.17", + "missing-native-js-functions": "^1.2.18", "morgan": "^1.10.0", "multer": "^1.4.2", "nanocolors": "^0.2.12", @@ -92,11 +97,6 @@ "typeorm": "^0.2.37", "typescript": "^4.1.2", "typescript-json-schema": "^0.50.1", - "ws": "^7.4.2", - "cheerio": "^1.0.0-rc.10", - "@aws-sdk/client-s3": "^3.36.1", - "@aws-sdk/node-http-handler": "^3.36.0", - "@babel/preset-env": "^7.15.8", - "@babel/preset-typescript": "^7.15.0" + "ws": "^7.4.2" } -} \ No newline at end of file +}