summary refs log tree commit diff
path: root/api/package.json
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-15 15:53:15 +0200
committerGitHub <noreply@github.com>2021-10-15 15:53:15 +0200
commit781812a8c69176c3c88473adf0970c3cc1758bc2 (patch)
tree02850307991517b83865d03a5a37d7f287f2b3e9 /api/package.json
parentMerge pull request #464 from hbjydev/api-snippets (diff)
parentfeat: add tests to gateway routes, split into own routers (diff)
downloadserver-ts-781812a8c69176c3c88473adf0970c3cc1758bc2.tar.xz
Merge pull request #462 from hbjydev/unit-tests-expanded
Add unit tests for Gateway endpoints
Diffstat (limited to 'api/package.json')
-rw-r--r--api/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/package.json b/api/package.json

index 5bb2d792..8c184c56 100644 --- a/api/package.json +++ b/api/package.json
@@ -63,6 +63,8 @@ "typescript-json-schema": "0.50.1" }, "dependencies": { + "@babel/preset-env": "^7.15.8", + "@babel/preset-typescript": "^7.15.0", "@fosscord/util": "file:../util", "ajv": "8.6.2", "ajv-formats": "^2.1.1",