Added the @gcloud/storage & multer package to the package.json

This commit is contained in:
2022-09-09 15:15:22 +02:00
parent f1a52d3c90
commit 2fb459ff1c
2 changed files with 497 additions and 8 deletions

View File

@ -11,17 +11,20 @@
"dev": "nodemon app.ts"
},
"dependencies": {
"@google-cloud/storage": "^6.4.2",
"discord-oauth2": "^2.10.0",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"joi": "^17.6.0",
"mongoose": "^6.5.4",
"multer": "^1.4.5-lts.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.2",
"ws": "^8.8.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/multer": "^1.4.7",
"@types/node": "^18.7.15",
"@types/ws": "^8.5.3",
"nodemon": "^2.0.19"