Files
huly-platform/packages/server/package.json
T
KristinaandGitHub 6a73b5ad69 Update adapter (#33)
* Register cards to dump

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-03-03 18:57:38 +04:00

40 lines
1.0 KiB
JSON

{
"name": "@hcengineering/communication-server",
"version": "0.1.59",
"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:node",
"bundle:node": "bun build src/index.ts --target node --format cjs --outfile dist/index.js"
},
"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/server-token": "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"
}
}