diff options
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": [ |