feat!: Download and extract from stream

This commit is contained in:
Lucàs
2024-09-24 14:35:30 +02:00
parent 0382499c0d
commit 5a00871319
18 changed files with 249 additions and 251 deletions
+3 -2
View File
@@ -9,23 +9,24 @@
},
"keywords": [],
"authors": [
"Kévin Mitressé",
"Kevin Mitressé",
"Lucàs Vabre"
],
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.7",
"dmn-js": "^16.7.1",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"fs-extra": "^11.2.0",
"papaparse": "^5.4.1",
"unzipper": "^0.12.3"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.5",
"@types/papaparse": "^5.3.14",
"@types/unzipper": "^0.10.10",
"prettier": "3.3.3",
"ts-node": "^10.9.2",