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-13 13:00:31 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-13 13:00:31 +0200
commit644430921afb7c66720e7fe8ee94848e8b83d751 (patch)
treed755b4b579582230b8fb0b6c076d349ddcf8e18a /util/package.json
parentcleanup rtc (diff)
downloadserver-644430921afb7c66720e7fe8ee94848e8b83d751.tar.xz
:sparkles: event emit
Diffstat (limited to 'util/package.json')
-rw-r--r--util/package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/util/package.json b/util/package.json

index 69af0f26..c2b08a3d 100644 --- a/util/package.json +++ b/util/package.json
@@ -1,10 +1,11 @@ { - "name": "@fosscord/server-util", + "name": "@fosscord/util", "version": "1.3.52", - "description": "Utility functions for the all server repositories", + "description": "Utility functions and database models for fosscord", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { + "link": "npm run build && npm link", "build": "tsc -b ." }, "repository": { @@ -36,7 +37,7 @@ "jsonwebtoken": "^8.5.1", "missing-native-js-functions": "^1.2.2", "mongodb": "^3.6.9", - "mongoose": "^5.12.3", + "mongoose": "^5.13.7", "mongoose-autopopulate": "^0.12.3", "typescript": "^4.1.3" },