summary refs log tree commit diff
path: root/api/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-01 23:35:20 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-01 23:35:20 +0200
commit8e29e40ef440487bee7f83a97b45e6e54de581eb (patch)
tree60b601bd224311724c138deb7058ce5f852f6829 /api/package.json
parent:bug: fix entity types and projection (diff)
downloadserver-8e29e40ef440487bee7f83a97b45e6e54de581eb.tar.xz
:arrow_up: update dependencies
Diffstat (limited to 'api/package.json')
-rw-r--r--api/package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/api/package.json b/api/package.json

index 37db6ff3..dca56b1b 100644 --- a/api/package.json +++ b/api/package.json
@@ -10,7 +10,9 @@ "start": "npm run build && node dist/start", "build": "npx tsc -b .", "build-docker": "tsc -p tsconfig-docker.json", - "dev": "tsnd --respawn src/start.ts" + "dev": "tsnd --respawn src/start.ts", + "patch": "patch-package", + "postinstall": "npm run patch" }, "repository": { "type": "git", @@ -52,7 +54,8 @@ "saslprep": "^1.0.3", "ts-node": "^9.1.1", "ts-node-dev": "^1.1.6", - "typescript": "^4.4.2" + "typescript": "^4.4.2", + "typescript-json-schema": "^0.50.1" }, "dependencies": { "@fosscord/util": "file:../util", @@ -81,6 +84,7 @@ "mongoose-long": "^0.3.2", "multer": "^1.4.2", "node-fetch": "^2.6.1", + "patch-package": "^6.4.7", "supertest": "^6.1.6", "typeorm": "^0.2.37" },