summary refs log tree commit diff
path: root/api/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-13 19:20:03 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-13 19:20:03 +0200
commitf6e265664a67b258d9e1f01874290d11aef983a0 (patch)
tree337c6fe6013e22f006825089ac34dae8ef9d6199 /api/package.json
parent:pencil: updated links to fosscord-server (diff)
downloadserver-f6e265664a67b258d9e1f01874290d11aef983a0.tar.xz
:bug: fix types + packages
Diffstat (limited to 'api/package.json')
-rw-r--r--api/package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/api/package.json b/api/package.json
index 1fe3d574..967c9df8 100644
--- a/api/package.json
+++ b/api/package.json
@@ -5,8 +5,6 @@
 	"main": "dist/Server.js",
 	"types": "dist/Server.d.ts",
 	"scripts": {
-		"link": "npm run build && npm link",
-		"postinstall": "npm run --prefix ../util/ link && npm link @fosscord/util && npm run link",
 		"test": "jest",
 		"test:watch": "jest --watch",
 		"start": "npm run build && node dist/start",
@@ -66,16 +64,16 @@
 		"require_optional": "^1.0.1"
 	},
 	"devDependencies": {
+		"0x": "^4.10.2",
 		"@types/amqplib": "^0.8.1",
 		"@types/bcrypt": "^5.0.0",
 		"@types/express": "^4.17.9",
 		"@types/i18next-node-fs-backend": "^2.1.0",
 		"@types/jsonwebtoken": "^8.5.0",
 		"@types/multer": "^1.4.5",
-		"@types/node": "^14.14.22",
+		"@types/node": "^14.17.9",
 		"@types/node-fetch": "^2.5.7",
 		"@zerollup/ts-transform-paths": "^1.7.18",
-		"0x": "^4.10.2",
 		"caxa": "^2.1.0",
 		"jest": "^26.6.3",
 		"saslprep": "^1.0.3",