mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-05 09:17:41 +02:00
34 lines
881 B
JSON
34 lines
881 B
JSON
{
|
|
"name": "@hcengineering/communication-shared",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/communication-types": "workspace:*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hcengineering/communication.git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com"
|
|
}
|
|
}
|