Files
server/DocService/package.json
2025-05-12 19:40:58 +03:00

57 lines
1.4 KiB
JSON

{
"name": "coauthoring",
"version": "1.0.1",
"homepage": "https://www.onlyoffice.com",
"private": true,
"type": "module",
"bin": {
"docservice": "sources/server.js",
"gc": "sources/gc.js",
"prepare4shutdown": "sources/shutdown.js"
},
"dependencies": {
"apicache": "1.6.3",
"body-parser": "2.2.0",
"bottleneck": "2.19.5",
"bytes": "3.1.2",
"co": "4.6.0",
"config": "3.3.12",
"cron": "4.3.0",
"dmdb": "1.0.34946",
"ejs": "3.1.10",
"exif-parser": "0.1.12",
"express": "4.21.2",
"ioredis": "5.6.1",
"jimp": "0.22.10",
"jsonwebtoken": "9.0.2",
"mime": "4.0.7",
"mime-db": "1.54.0",
"ms": "2.1.3",
"mssql": "11.0.1",
"multer": "1.4.5-lts.2",
"multi-integer-range": "5.2.0",
"multiparty": "4.2.3",
"mysql2": "3.14.1",
"oracledb": "6.8.0",
"pg": "8.15.6",
"redis": "4.7.0",
"retry": "0.13.1",
"socket.io": "4.8.1",
"underscore": "1.13.7",
"utf7": "1.0.2",
"windows-locale": "1.1.3",
"xmlbuilder2": "3.1.1"
},
"pkg": {
"scripts": [
"./sources/editorDataMemory.js",
"./sources/editorDataRedis.js",
"./sources/pubsubRabbitMQ.js",
"../Common/sources/storage/storage-fs.js",
"../Common/sources/storage/storage-s3.js",
"../Common/sources/storage/storage-az.js",
"../Common/node_modules/axios/dist/node/axios.cjs"
]
}
}