{ "name": "@hcengineering/server-ws", "version": "0.6.11", "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "template": "@hcengineering/node-package", "scripts": { "build": "tsc", "build:watch": "tsc", "test": "jest --passWithNoTests --silent --forceExit", "lint:fix": "eslint --fix src", "lint": "eslint src", "format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", "@types/node": "~20.11.16", "@typescript-eslint/eslint-plugin": "^6.11.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-n": "^15.4.0", "eslint": "^8.54.0", "@types/ws": "^8.5.3", "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", "typescript": "^5.2.2", "@types/express": "^4.17.13", "@types/cors": "^2.8.12", "@types/compression": "~1.7.2", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", "prettier-plugin-svelte": "^3.1.0" }, "dependencies": { "ws": "^8.10.0", "@hcengineering/platform": "^0.6.9", "@hcengineering/core": "^0.6.28", "@hcengineering/server-core": "^0.6.1", "@hcengineering/server-token": "^0.6.7", "@hcengineering/rpc": "^0.6.1", "bufferutil": "^4.0.7", "express": "^4.17.1", "compression": "~1.7.4", "cors": "^2.8.5" } }