Files
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

28 lines
700 B
JSON

{
"name": "fileconverter",
"version": "1.0.1",
"homepage": "https://www.onlyoffice.com",
"private": true,
"bin": "sources/convertermaster.js",
"dependencies": {
"@expo/spawn-async": "1.7.2",
"bytes": "3.1.2",
"co": "4.6.0",
"config": "3.3.12",
"lcid": "3.1.1",
"ms": "2.1.3"
},
"pkg": {
"scripts": [
"../Common/sources/storage/storage-fs.js",
"../Common/sources/storage/storage-s3.js",
"../Common/sources/storage/storage-az.js",
"../DocService/sources/editorDataMemory.js",
"../DocService/sources/editorDataRedis.js"
],
"assets": [
"../DocService/node_modules/oracledb/build/Release/oracledb-*.node"
]
}
}