mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-14 05:37:45 +02:00
21 lines
478 B
JSON
21 lines
478 B
JSON
{
|
|
"name": "@communication/client-sqlite",
|
|
"version": "0.1.0",
|
|
"main": "src/index.ts",
|
|
"module": "src/index.ts",
|
|
"types": "./types/index.d.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.14"
|
|
},
|
|
"dependencies": {
|
|
"@communication/types": "workspace:*",
|
|
"@communication/sdk-types": "workspace:*",
|
|
"@communication/sqlite-wasm": "workspace:*",
|
|
"fast-equals": "^5.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|