Ubuntu 25d8a62140 Revert "chore: rename SDK facade to hivecast-sdk"
This reverts commit de5b25ae232977c693b2a1a457265df4844c3cfd.
2026-06-08 00:21:26 +00:00

16 lines
290 B
JSON

{
"name": "matrix-sdk-example-standalone-greeter",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@open-matrix/core": "workspace:*"
},
"devDependencies": {
"typescript": "^5.7.0"
}
}