{ "name": "@hcengineering/communication-shared", "version": "0.7.11", "main": "lib/index.js", "svelte": "src/index.ts", "types": "types/index.d.ts", "files": [ "lib/**/*", "types/**/*", "src/**/*", "tsconfig.json" ], "scripts": { "build": "../scripts/compile.js", "_phase:build": "compile transpile src", "_phase:validate": "compile validate", "lint": "eslint \"src/**/*.ts\"", "lint:fix": "eslint --fix \"src/**/*.ts\"", "format": "format", "clean": "rm -rf lib && rm -rf types rm -rf node_modules" }, "devDependencies": { "@hcengineering/platform-rig": "workspace:^0.7.19", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "esbuild": "^0.25.10", "esbuild-plugin-copy": "~2.1.1", "eslint": "^8.54.0", "eslint-config-standard-with-typescript": "^40.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^15.4.0", "eslint-plugin-promise": "^6.1.1", "jest": "^29.7.0", "@types/jest": "^29.5.5", "prettier": "^3.6.2", "typescript": "^5.9.3" }, "dependencies": { "@hcengineering/communication-types": "workspace:^0.7.12", "@hcengineering/communication-sdk-types": "workspace:^0.7.12", "@hcengineering/hulylake-client": "workspace:^0.7.17" }, "repository": { "type": "git", "url": "git+https://github.com/hcengineering/communication.git" }, "publishConfig": { "access": "public" }, "exports": { ".": { "types": "./types/index.d.ts", "require": "./lib/index.js", "import": "./lib/index.js" } } }