mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-20 16:47:50 +02:00
20 lines
423 B
JSON
20 lines
423 B
JSON
{
|
|
"name": "@communication/query",
|
|
"version": "0.1.0",
|
|
"main": "src/index.ts",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.14",
|
|
"@types/crypto-js": "^4.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@communication/types": "workspace:*",
|
|
"@communication/sdk-types": "workspace:*",
|
|
"fast-equals": "^5.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|