mirror of
https://github.com/opengram-server/opengram.git
synced 2026-07-19 12:10:17 +03:00
14 lines
276 B
JSON
14 lines
276 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|