Initial commit

This commit is contained in:
zavolo
2026-06-05 00:53:35 +03:00
commit e59e4424a4
7686 changed files with 352420 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "file-merge-proxy",
"version": "1.0.0",
"description": "HTTP proxy for merging file parts on file-server",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"json-bigint": "^1.0.0"
}
}