refactor: use yauzl for unzipping

This commit is contained in:
Michael Kreuzmayr
2023-03-30 22:56:58 +02:00
parent b0db8caf65
commit 08c7e38587
3 changed files with 110 additions and 171 deletions

View File

@ -69,6 +69,7 @@
"@types/minimist": "^1.2.2",
"@types/node": "^18.15.3",
"@types/react": "18.0.9",
"@types/yauzl": "^2.10.0",
"concurrently": "^7.6.0",
"copyfiles": "^2.4.1",
"husky": "^4.3.8",
@ -94,6 +95,7 @@
"react-markdown": "^5.0.3",
"rfc4648": "^1.5.2",
"tsafe": "^1.6.0",
"yauzl": "^2.10.0",
"zod": "^3.17.10"
}
}