mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-14 05:37:45 +02:00
25 lines
629 B
JSON
25 lines
629 B
JSON
{
|
|
"name": "@hcengineering/communication-examples",
|
|
"version": "0.1.0",
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|