summary refs log tree commit diff
path: root/gateway/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 13:53:21 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 13:53:21 +0200
commit4462898d6d2f83f94ba4f0c2908c39c8cd25bd95 (patch)
tree0ed4d83152edc94843d39b6a82ee50271eae2556 /gateway/package.json
parentUpdate release.yml (diff)
downloadserver-4462898d6d2f83f94ba4f0c2908c39c8cd25bd95.tar.xz
update packages
Diffstat (limited to 'gateway/package.json')
-rw-r--r--gateway/package.json14
1 files changed, 10 insertions, 4 deletions
diff --git a/gateway/package.json b/gateway/package.json
index 7cd22a98..37ed4af6 100644
--- a/gateway/package.json
+++ b/gateway/package.json
@@ -12,13 +12,21 @@
 	"keywords": [],
 	"author": "Fosscord",
 	"license": "ISC",
-	"dependencies": {
-		"@fosscord/util": "file:../util",
+	"devDependencies": {
 		"@types/amqplib": "^0.8.1",
 		"@types/jsonwebtoken": "^8.5.0",
 		"@types/mongoose-autopopulate": "^0.10.1",
 		"@types/uuid": "^8.3.0",
 		"@types/ws": "^7.4.0",
+		"@types/mongodb": "^3.6.9",
+		"@types/mongoose-lean-virtuals": "^0.5.1",
+		"@types/node": "^14.17.9",
+		"@types/node-fetch": "^2.5.12",
+		"ts-node-dev": "^1.1.6",
+		"typescript": "^4.2.3"
+	},
+	"dependencies": {
+		"@fosscord/util": "file:../util",
 		"ajv": "^8.5.0",
 		"amqplib": "^0.8.0",
 		"dotenv": "^8.2.0",
@@ -27,8 +35,6 @@
 		"missing-native-js-functions": "^1.2.3",
 		"mongoose-autopopulate": "^0.12.3",
 		"node-fetch": "^2.6.1",
-		"ts-node-dev": "^1.1.6",
-		"typescript": "^4.2.3",
 		"uuid": "^8.3.2",
 		"ws": "^7.4.2"
 	}