c8403f39aa
* Fix node.js example Relates to: element-hq/element-web#26922 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org> * Update examples/node/app.js Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> * Update examples/node/package.json Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> * Move imports to the top of the file --------- Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"name": "example-app",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"author": "",
|
|
"license": "Apache 2.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"cli-color": "^1.0.0",
|
|
"matrix-js-sdk": "^34.5.0"
|
|
}
|
|
}
|