Files
huly-platform/packages/client-query/package.json
T

32 lines
754 B
JSON

{
"name": "@hcengineering/communication-client-query",
"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-types": "workspace:*",
"@hcengineering/communication-sdk-types": "workspace:*",
"@hcengineering/communication-query": "workspace:*",
"fast-equals": "^5.0.1"
},
"peerDependencies": {
"typescript": "^5.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hcengineering/communication.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}