diff options
author | Hayden Young <hi@hbjy.dev> | 2021-10-15 11:03:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 11:03:23 +0000 |
commit | 46a8d0f883a3025aa41456b8d591044ff0dc25da (patch) | |
tree | 50a14a13c8df6348671071d09c2138d1d59c7e61 /api/package.json | |
parent | :bug: fix unittests (diff) | |
download | server-46a8d0f883a3025aa41456b8d591044ff0dc25da.tar.xz |
chore(merge): remote -> local
Diffstat (limited to 'api/package.json')
-rw-r--r-- | api/package.json | 2 |
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", |