diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 13:53:21 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 13:53:21 +0200 |
commit | 8c4d473d07b5c62fbdfaf1502836a271ba6f51bd (patch) | |
tree | 68d13cacdedd9c500a42dcc60c2a60697a2b8c0d /bundle | |
parent | Update release.yml (diff) | |
download | server-8c4d473d07b5c62fbdfaf1502836a271ba6f51bd.tar.xz |
update packages
Diffstat (limited to 'bundle')
-rw-r--r-- | bundle/package.json | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/bundle/package.json b/bundle/package.json index c9ff0034..dc96e573 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -4,7 +4,6 @@ "description": "", "main": "src/start.js", "scripts": { - "postinstall": "cd ../util/ && npm i && cd ../api/ && npm i && cd ../cdn/ && npm i && cd ../gateway/ && npm i", "build": "npm run build:api && npm run build:cdn && npm run build:gateway && npm run build:bundle", "build:bundle": "npx tsc -b .", "build:api": "cd ../api/ && npm run build", @@ -24,19 +23,31 @@ "url": "https://github.com/fosscord/fosscord-server/issues" }, "homepage": "https://fosscord.com", + "devDependencies": { + "@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.17.9", + "@types/node-fetch": "^2.5.7", + "@zerollup/ts-transform-paths": "^1.7.18", + "@types/mongodb": "^3.6.9", + "@types/mongoose-autopopulate": "^0.10.1", + "@types/mongoose-lean-virtuals": "^0.5.1", + "@types/uuid": "^8.3.0", + "@types/ws": "^7.4.0", + "typescript": "^4.3.5" + }, "dependencies": { "@fosscord/api": "file:../api", "@fosscord/cdn": "file:../cdn", "@fosscord/gateway": "file:../gateway", "@fosscord/util": "file:../util", - "@types/async-exit-hook": "^2.0.0", - "@types/express": "^4.17.13", - "@types/node": "^16.6.1", - "@types/node-os-utils": "^1.2.0", "async-exit-hook": "^2.0.1", "express": "^4.17.1", "mongodb-memory-server": "^7.3.6", "node-os-utils": "^1.3.5", - "typescript": "^4.3.5" } } |