fix: add missing package

This commit is contained in:
tdurieux
2024-03-31 14:33:22 +01:00
parent d3017a771d
commit bee5c5834c
2 changed files with 3920 additions and 528 deletions

View File

@@ -10,7 +10,8 @@
"start": "node --inspect=5858 -r ts-node/register ./index.ts",
"dev": "nodemon --transpile-only index.ts",
"migrateDB": "ts-node --transpile-only migrateDB.ts",
"build": "rm -rf build && tsc"
"build": "rm -rf build && tsc",
"knip": "knip"
},
"repository": {
"type": "git",
@@ -31,9 +32,7 @@
],
"dependencies": {
"@aws-sdk/client-s3": "^3.540.0",
"@smithy/node-http-handler": "^2.5.0",
"@octokit/oauth-app": "^6.1.0",
"@octokit/plugin-paginate-rest": "^8.0.0",
"@mongodb-js/zstd": "^1.2.0",
"@octokit/rest": "^20.0.2",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/auto-instrumentations-node": "^0.43.0",
@@ -44,6 +43,7 @@
"@opentelemetry/sdk-metrics": "^1.22.0",
"@opentelemetry/sdk-node": "^0.49.1",
"@opentelemetry/sdk-trace-node": "^1.22.0",
"@smithy/node-http-handler": "^2.5.0",
"archiver": "^5.3.2",
"bullmq": "^2.4.0",
"compression": "^1.7.4",
@@ -66,18 +66,14 @@
"passport-github2": "^0.1.12",
"rate-limit-redis": "^4.2.0",
"redis": "^4.6.13",
"textextensions": "^6.11.0",
"ts-custom-error": "^3.3.1",
"unzip-stream": "^0.3.1",
"xml-flow": "^1.0.4"
"unzip-stream": "^0.3.1"
},
"devDependencies": {
"@types/archiver": "^5.3.4",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/express-rate-limit": "^6.0.0",
"@types/express-session": "^1.18.0",
"@types/express-slow-down": "^1.3.5",
"@types/got": "^9.6.12",
"@types/inquirer": "^8.2.10",
"@types/marked": "^5.0.2",
@@ -86,10 +82,8 @@
"@types/parse-github-url": "^1.0.3",
"@types/passport": "^1.0.16",
"@types/passport-github2": "^1.2.9",
"@types/tar-fs": "^2.0.4",
"@types/unzip-stream": "^0.3.4",
"@types/xml-flow": "^1.0.4",
"chai": "^4.4.1",
"knip": "^5.1.0",
"mocha": "^10.4.0",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",