You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-09-17 15:42:15 +03:00
* Add syntax & type check for Node.js example on CI Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org> * Fix quotes --------- Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org> Co-authored-by: Florian Duros <florianduros@element.io>
21 lines
415 B
JSON
21 lines
415 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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cli-color": "^2.0.6",
|
|
"typescript": "^5.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
}
|