Files
huly-platform/packages/shared/package.json
T
2025-03-24 10:03:47 +04:00

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"
}
}