mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 01:55:00 +02:00
35 lines
867 B
JSON
35 lines
867 B
JSON
{
|
|
"name": "@hcengineering/communication-server",
|
|
"version": "0.1.47",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"types": "./types/index.d.ts",
|
|
"type": "module",
|
|
"files": [
|
|
"dist/index.js",
|
|
"types/**/*.d.ts"
|
|
],
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.14",
|
|
"@types/express": "^5.0.0",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/ws": "^8.5.13"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/core": "0.7.2",
|
|
"@hcengineering/communication-cockroach": "workspace:*",
|
|
"@hcengineering/communication-sdk-types": "workspace:*",
|
|
"@hcengineering/communication-types": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hcengineering/communication.git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com"
|
|
}
|
|
}
|