restructure: move mod files into plugin/ directory
Some checks failed
Build & Push / build (push) Failing after 1m41s

This commit is contained in:
Sebastian Seedorf
2026-05-19 13:44:17 +02:00
parent 3af0af01e0
commit cd35b8e85e
12 changed files with 0 additions and 0 deletions

6
plugin/node/package.json Normal file
View File

@@ -0,0 +1,6 @@
{
"type": "module",
"dependencies": {
"adm-zip": "^0.5.17"
}
}