mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
23 lines
518 B
JSON
23 lines
518 B
JSON
{
|
|
"name": "fileconverter",
|
|
"version": "1.0.1",
|
|
"homepage": "https://www.onlyoffice.com",
|
|
"private": true,
|
|
"bin": "sources/convertermaster.js",
|
|
"dependencies": {
|
|
"@expo/spawn-async": "1.3.0",
|
|
"bytes": "3.0.0",
|
|
"co": "4.6.0",
|
|
"config": "2.0.1",
|
|
"lcid": "3.1.1"
|
|
},
|
|
"pkg": {
|
|
"scripts": [
|
|
"../Common/sources/storage-fs.js",
|
|
"../Common/sources/storage-s3.js",
|
|
"../DocService/sources/editorDataMemory.js",
|
|
"../DocService/sources/editorDataRedis.js"
|
|
]
|
|
}
|
|
}
|