mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 18:15:03 +02:00
36 lines
912 B
JSON
36 lines
912 B
JSON
{
|
|
"name": "@hcengineering/communication-client-query",
|
|
"version": "0.1.60",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"types": "./types/index.d.ts",
|
|
"files": [
|
|
"dist/index.js",
|
|
"dist/index.cjs",
|
|
"types/**/*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"bundle": "bun run bundle:browser",
|
|
"bundle:browser": "bun build src/index.ts --outdir dist --target browser"
|
|
},
|
|
"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"
|
|
}
|
|
}
|