add matrix-bot-sdk dependency to package.json

This commit is contained in:
Hammer1279 2025-01-09 08:25:37 +01:00
parent 12c9ca1d5e
commit e0d1a14fe7
Signed by: Hammer1279
GPG Key ID: 7EB815F646A7F906
3 changed files with 2035 additions and 0 deletions

2034
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,7 @@
"dependencies": {
"@matrix-org/matrix-sdk-crypto-wasm": "^12.1.0",
"matrix-bot": "file:",
"matrix-bot-sdk": "^0.7.1",
"matrix-js-sdk": "^35.1.0"
},
"type": "module"

View File