install archiver

This commit is contained in:
BitterPanda 2026-01-30 14:22:21 +01:00
parent dfac510c15
commit 4c29eb3549
2 changed files with 902 additions and 28 deletions

923
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -19,8 +19,11 @@
"author": "Aikido Security", "author": "Aikido Security",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"devDependencies": { "devDependencies": {
"oxlint": "^1.22.0", "@yao-pkg/pkg": "6.10.1",
"esbuild": "^0.27.0", "esbuild": "^0.27.0",
"@yao-pkg/pkg": "6.10.1" "oxlint": "^1.22.0"
},
"dependencies": {
"archiver": "^7.0.1"
} }
} }