summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json

index f0b540e7..dd53f63d 100644 --- a/package.json +++ b/package.json
@@ -6,8 +6,9 @@ "scripts": { "test": "jest", "test:watch": "jest --watch", - "start": "npm run build && node dist/", + "start": "npm run build:util && npm run build && node dist/", "build": "tsc -b .", + "build:util": "tsc -b ./node_modules/fosscord-server-util/", "postinstall": "patch-package" }, "repository": { @@ -37,6 +38,7 @@ "lambert-server": "^1.0.10", "missing-native-js-functions": "^1.2.4", "mongodb": "^3.6.4", + "mongoose": "^5.12.3", "mongoose-long": "^0.3.2", "multer": "^1.4.2", "patch-package": "^6.2.2"