diff options
author | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-10-06 18:20:22 +0200 |
---|---|---|
committer | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-10-06 18:20:22 +0200 |
commit | 7db9086dd09ffccf71f57d8ce3df84c47c9cfa24 (patch) | |
tree | af0d68e64fa444c7927774813da366b539cb2876 /api/package.json | |
parent | :arrow_up: update packages (diff) | |
download | server-7db9086dd09ffccf71f57d8ce3df84c47c9cfa24.tar.xz |
Compiler test
Diffstat (limited to 'api/package.json')
-rw-r--r-- | api/package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/api/package.json b/api/package.json index c2a75a8f..37721728 100644 --- a/api/package.json +++ b/api/package.json @@ -40,6 +40,8 @@ "@babel/core": "^7.15.5", "@babel/preset-env": "^7.15.6", "@babel/preset-typescript": "^7.15.0", + "@swc/cli": "^0.1.51", + "@swc/core": "^1.2.93", "@types/amqplib": "^0.8.1", "@types/bcrypt": "^5.0.0", "@types/express": "^4.17.9", @@ -102,7 +104,8 @@ "patch-package": "^6.4.7", "supertest": "^6.1.6", "tsconfig-paths": "^3.11.0", - "typeorm": "^0.2.37" + "typeorm": "^0.2.37", + "wsc": "^0.3.0" }, "jest": { "setupFiles": [ |