mirror of
https://github.com/opengram-server/opengram.git
synced 2026-07-25 15:06:11 +03:00
Initial commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user