2026-06-07 23:45:51 +00:00
|
|
|
{
|
2026-06-08 00:21:26 +00:00
|
|
|
"name": "matrix-sdk-example-standalone-greeter",
|
2026-06-07 23:45:51 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc -p tsconfig.json"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@open-matrix/core": "workspace:*"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"typescript": "^5.7.0"
|
|
|
|
|
}
|
|
|
|
|
}
|