63 lines
1.6 KiB
JSON
63 lines
1.6 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",
|
|
"cors": "^2.8.5",
|
|
"cron": "1.5.0",
|
|
"dmdb": "1.0.36002",
|
|
"ejs": "3.1.10",
|
|
"express": "4.21.2",
|
|
"heic-decode": "2.1.0",
|
|
"ioredis": "5.6.0",
|
|
"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.9.0",
|
|
"pg": "8.14.0",
|
|
"redis": "4.7.0",
|
|
"retry": "0.13.1",
|
|
"sharp": "0.32.6",
|
|
"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"
|
|
],
|
|
"assets": [
|
|
"node_modules/oracledb/build/Release/oracledb-*.node",
|
|
"node_modules/sharp/build/Release/*",
|
|
"node_modules/sharp/vendor/**/*"
|
|
]
|
|
}
|
|
}
|