🐛 fix types + packages

This commit is contained in:
Flam3rboy
2021-08-13 19:20:03 +02:00
parent 403de3ef66
commit eaa65db361
10 changed files with 9 additions and 17 deletions
BIN
View File
Binary file not shown.
+2 -4
View File
@@ -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",