mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-18 15:49:29 +02:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@hcengineering/communication-rest-client",
|
|
"version": "0.1.147",
|
|
"main": "dist/index.cjs",
|
|
"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 && bun run bundle:node",
|
|
"bundle:browser": "bun build src/index.ts --outdir dist --target browser",
|
|
"bundle:node": "bun build src/index.ts --target node --format cjs --outfile dist/index.cjs"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.14",
|
|
"@types/snappyjs": "^0.7.1"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/communication-types": "workspace:*",
|
|
"@hcengineering/communication-shared": "workspace:*",
|
|
"@hcengineering/communication-sdk-types": "workspace:*",
|
|
"@hcengineering/core": "^0.7.28",
|
|
"snappyjs": "^0.7.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hcengineering/communication.git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com"
|
|
}
|
|
}
|