mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-30 19:59:47 +02:00
26 lines
581 B
JSON
26 lines
581 B
JSON
{
|
|
"name": "@hcengineering/communication-sqlite-wasm",
|
|
"version": "0.1.0",
|
|
"main": "src/index.ts",
|
|
"module": "src/index.ts",
|
|
"types": "./types/index.d.ts",
|
|
"type": "module",
|
|
"files": [
|
|
"./dist",
|
|
"./types"
|
|
],
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.14"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/communication-types": "workspace:*",
|
|
"@hcengineering/communication-sdk-types": "workspace:*",
|
|
"@sqlite.org/sqlite-wasm": "^3.47.1-build1",
|
|
"path": "^0.12.7",
|
|
"uuid": "^11.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|