Files
server/DocService/package.json
2025-07-29 11:25:50 +03:00

60 lines
1.5 KiB
JSON

{
"name": "coauthoring",
"version": "1.0.1",
"homepage": "https://www.onlyoffice.com",
"private": true,
"bin": {
"docservice": "sources/server.js",
"gc": "sources/gc.js",
"prepare4shutdown": "sources/shutdown.js"
},
"dependencies": {
"ajv": "8.17.1",
"apicache": "1.6.3",
"body-parser": "1.20.3",
"bottleneck": "2.19.5",
"bytes": "3.1.2",
"co": "4.6.0",
"config": "3.3.12",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"cron": "1.5.0",
"dmdb": "1.0.36002",
"ejs": "3.1.10",
"exif-parser": "0.1.12",
"express": "4.21.2",
"ioredis": "5.6.0",
"jimp": "0.22.10",
"joi": "^17.13.3",
"jsonwebtoken": "9.0.2",
"mime": "2.3.1",
"mime-db": "1.53.0",
"ms": "2.1.3",
"mssql": "11.0.1",
"multer": "1.4.4",
"multi-integer-range": "5.2.0",
"multiparty": "4.2.3",
"mysql2": "3.13.0",
"oracledb": "6.8.0",
"pg": "8.14.0",
"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"
]
}
}