mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-17 07:07:49 +02:00
28 lines
665 B
JSON
28 lines
665 B
JSON
{
|
|
"name": "@communication/server",
|
|
"version": "0.1.0",
|
|
"main": "src/index.ts",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"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",
|
|
"@communication/cockroach": "workspace:*",
|
|
"@communication/sdk-types": "workspace:*",
|
|
"@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"
|
|
}
|
|
}
|