summary refs log tree commit diff
path: root/util/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-22 12:41:21 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-22 12:41:21 +0200
commit4a34892d46165db9309a55484aff2e1a67ad91bc (patch)
treedfe5d93c9ae169b413a548b4ea5aeef948801dea /util/package.json
parent:construction: typeorm (diff)
downloadserver-4a34892d46165db9309a55484aff2e1a67ad91bc.tar.xz
:construction: typeorm
Diffstat (limited to 'util/package.json')
-rw-r--r--util/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/package.json b/util/package.json
index 5825ce87..0e7dcbc1 100644
--- a/util/package.json
+++ b/util/package.json
@@ -37,6 +37,7 @@
 	"dependencies": {
 		"ajv": "^8.5.0",
 		"amqplib": "^0.8.0",
+		"class-validator": "^0.13.1",
 		"dot-prop": "^6.0.1",
 		"env-paths": "^2.2.1",
 		"jsonwebtoken": "^8.5.1",
@@ -47,7 +48,8 @@
 		"node-fetch": "^2.6.1",
 		"reflect-metadata": "^0.1.13",
 		"sqlite3": "^5.0.2",
+		"ts-transform-json-schema": "^2.0.3",
 		"typeorm": "^0.2.37",
-		"typescript": "^4.1.3"
+		"typescript": "^4.3.5"
 	}
 }