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-29 00:03:58 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-29 00:03:58 +0200
commit227a4e47f1ec9bca9b039c7c6761a335bcf622c2 (patch)
tree356056aa999e2b7b2d8b2e5094c98e63fa1bd2d2 /util/package.json
parent:sparkles: typeorm api rewrite done (diff)
downloadserver-227a4e47f1ec9bca9b039c7c6761a335bcf622c2.tar.xz
:sparkles: update util
Diffstat (limited to 'util/package.json')
-rw-r--r--util/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/package.json b/util/package.json
index fc474d68..af14a521 100644
--- a/util/package.json
+++ b/util/package.json
@@ -9,8 +9,7 @@
 		"patch": "patch-package",
 		"test": "npm run build && jest",
 		"postinstall": "npm run patch && npm run build",
-		"build": "npx tsc -b .",
-		"generate:schema": "npx typescript-json-schema tsconfig.json '*' -o src/entities/schema.json"
+		"build": "npx tsc -b ."
 	},
 	"repository": {
 		"type": "git",
@@ -44,10 +43,11 @@
 		"dot-prop": "^6.0.1",
 		"env-paths": "^2.2.1",
 		"jsonwebtoken": "^8.5.1",
-		"lambert-server": "^1.2.8",
-		"missing-native-js-functions": "^1.2.10",
+		"lambert-server": "^1.2.10",
+		"missing-native-js-functions": "^1.2.11",
 		"node-fetch": "^2.6.1",
 		"patch-package": "^6.4.7",
+		"pg": "^8.7.1",
 		"reflect-metadata": "^0.1.13",
 		"sqlite3": "^5.0.2",
 		"typeorm": "^0.2.37",