{ "name": "@hcengineering/communication-client-sqlite", "version": "0.1.0", "main": "dist/index.js", "module": "dist/index.js", "types": "./types/index.d.ts", "type": "module", "files": [ "dist/index.js", "types/**/*.d.ts" ], "devDependencies": { "@types/bun": "^1.1.14" }, "dependencies": { "@hcengineering/communication-types": "workspace:*", "@hcengineering/communication-sdk-types": "workspace:*", "@hcengineering/communication-sqlite-wasm": "workspace:*", "fast-equals": "^5.0.1" }, "peerDependencies": { "typescript": "^5.6.3" }, "publishConfig": { "registry": "https://npm.pkg.github.com" } }