Files
huly-platform/packages/sqlite-wasm/package.json
T
KristinaandGitHub 458c9b14b5 Update version (#22)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2025-02-05 16:32:19 +04:00

26 lines
597 B
JSON

{
"name": "@hcengineering/communication-sqlite-wasm",
"version": "0.1.4",
"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:*",
"@sqlite.org/sqlite-wasm": "^3.47.1-build1",
"path": "^0.12.7",
"uuid": "^11.0.3"
},
"peerDependencies": {
"typescript": "^5.6.3"
}
}