🐉 Changes to support archive operations

This commit is contained in:
2021-10-05 21:57:40 -07:00
parent 0881002905
commit 5862d71c06
9 changed files with 1437 additions and 1060 deletions

View File

@@ -24,6 +24,7 @@
"@types/unzipper": "^0.10.3",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"7zip-min": "^1.4.0",
"chokidar": "^3.5.2",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
@@ -34,7 +35,9 @@
"pino": "^6.13.2",
"pino-pretty": "^7.0.0",
"ts-jest": "^25.3.0",
"ts-node": "^8.8.1"
"ts-node": "^8.8.1",
"unrar": "^0.2.0",
"unrar-promise": "^2.0.1"
},
"dependencies": {
"@root/walk": "^1.1.0",
@@ -64,7 +67,7 @@
"sharp": "^0.28.1",
"socket.io": "^4.1.1",
"socket.io-stream": "^0.5.3",
"threetwo-ui-typings": "^1.0.5",
"threetwo-ui-typings": "^1.0.10",
"typescript": "^3.8.3",
"xml2js": "^0.4.23"
},