diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-29 00:03:58 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-29 00:03:58 +0200 |
commit | 766dcc24aa1f1de60cc15af699f933d521aa85b6 (patch) | |
tree | fa780a152b66f254039bfc26ca7b5cc9e987d3a0 /util/package.json | |
parent | :sparkles: typeorm api rewrite done (diff) | |
download | server-766dcc24aa1f1de60cc15af699f933d521aa85b6.tar.xz |
:sparkles: update util
Diffstat (limited to 'util/package.json')
-rw-r--r-- | util/package.json | 8 |
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", |