mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "OnlineEditorsExampleNodeJS",
|
|
"version": "1.6.0",
|
|
"private": false,
|
|
"scripts": {
|
|
"start": "node ./bin/www",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix ."
|
|
},
|
|
"bin": "bin/www",
|
|
"description": "OnlineEditorsExampleNodeJS",
|
|
"author": "Ascensio System SIA <integration@onlyoffice.com> (https://www.onlyoffice.com)",
|
|
"bugs": {
|
|
"url": "https://github.com/ONLYOFFICE/document-server-integration/issues"
|
|
},
|
|
"dependencies": {
|
|
"@mercadoeletronico/wopi-proof-validator": "^1.0.2",
|
|
"body-parser": "^1.20.3",
|
|
"config": "^3.3.12",
|
|
"debug": "^4.3.4",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.21.1",
|
|
"fast-xml-parser": "^4.4.1",
|
|
"formidable": "^3.2.4",
|
|
"he": "^1.2.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"jwa": "^2.0.0",
|
|
"log4js": "^6.9.1",
|
|
"mime": "^2.4.6",
|
|
"serve-favicon": "^2.5.0",
|
|
"urllib": "^2.36.1",
|
|
"utf7": "^1.0.2"
|
|
},
|
|
"license": "Apache",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ONLYOFFICE/document-server-integration.git"
|
|
},
|
|
"pkg": {
|
|
"assets": [
|
|
"public/**/*",
|
|
"views/*"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.29.1"
|
|
},
|
|
"overrides": {
|
|
"semver": "7.5.2",
|
|
"word-wrap": "1.2.4",
|
|
"pac-resolver": "7.0.0",
|
|
"degenerator": "3.0.1",
|
|
"qs": "6.7.3",
|
|
"json5": "2.2.3"
|
|
}
|
|
}
|