mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-30 11:49:42 +02:00
25 lines
612 B
JSON
25 lines
612 B
JSON
{
|
|
"name": "@hcengineering/communication-examples",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/communication-client-query": "workspace:*",
|
|
"@hcengineering/communication-client-ws": "workspace:*",
|
|
"@hcengineering/communication-client-sqlite": "workspace:*",
|
|
"@hcengineering/communication-types": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|