Files
huly-platform/packages/server/package.json
T
2024-12-26 22:58:58 +04:00

36 lines
871 B
JSON

{
"name": "@hcengineering/communication-server",
"version": "0.1.0",
"main": "src/index.ts",
"module": "src/index.ts",
"types": "./types/index.d.ts",
"type": "module",
"files": [
"./dist",
"./types"
],
"devDependencies": {
"@types/bun": "^1.1.14",
"@types/express": "^5.0.0",
"@types/cors": "^2.8.17",
"@types/ws": "^8.5.13"
},
"dependencies": {
"@hcengineering/server-token": "^0.6.377",
"@hcengineering/communication-cockroach": "workspace:*",
"@hcengineering/communication-sdk-types": "workspace:*",
"@hcengineering/communication-types": "workspace:*",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"msgpackr": "^1.11.2",
"ws": "^8.18.0"
},
"peerDependencies": {
"typescript": "^5.6.3"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}