Files
server/SpellChecker/package.json
Sergey Konovalov 8d644d794d [npm] npm audit fix
2021-11-16 19:59:17 +03:00

20 lines
436 B
JSON

{
"name": "spellchecker",
"version": "1.0.1",
"homepage": "https://www.onlyoffice.com",
"private": true,
"bin": "sources/server.js",
"dependencies": {
"co": "^4.6.0",
"config": "^2.0.1",
"express": "^4.16.4",
"nodehun": "git+https://git@github.com/ONLYOFFICE/nodehun.git#2411a56828c7d58214c61781b4a5c63d18adba99",
"sockjs": "^0.3.21"
},
"pkg": {
"assets": [
"dictionaries/**/*"
]
}
}