summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-23 20:48:25 +0200
committerGitHub <noreply@github.com>2021-05-23 20:48:25 +0200
commite1f0eb3c2a0b302641b0b88afcd8d29d85821a2c (patch)
tree29c5d85351363f7f189a61e2da52c214e597c0dd /package.json
parentMerge pull request #146 from luth31/upstream (diff)
parentFix: No more type casting required, rather take the gernics (diff)
downloadserver-ts-e1f0eb3c2a0b302641b0b88afcd8d29d85821a2c.tar.xz
Merge pull request #147 from DiegoMagdaleno/master
New way to do config no more hardcoded localhost
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json

index e3b6155c..ee3f085d 100644 --- a/package.json +++ b/package.json
@@ -29,11 +29,18 @@ }, "homepage": "https://github.com/fosscord/fosscord-api#readme", "dependencies": { - "@fosscord/server-util": "^1.2.6", + "@fosscord/server-util": "^1.3.1", "@types/jest": "^26.0.22", + "@types/json-schema": "^7.0.7", + "ajv": "^8.4.0", + "ajv-formats": "^2.1.0", + "assert": "^1.5.0", + "atomically": "^1.7.0", "bcrypt": "^5.0.1", "body-parser": "^1.19.0", + "dot-prop": "^6.0.1", "dotenv": "^8.2.0", + "env-paths": "^2.2.1", "express": "^4.17.1", "express-validator": "^6.9.2", "i18next": "^19.8.5",