diff options
Diffstat (limited to 'includes/external/matrix/package.json')
-rw-r--r-- | includes/external/matrix/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/external/matrix/package.json b/includes/external/matrix/package.json new file mode 100644 index 0000000..023e039 --- /dev/null +++ b/includes/external/matrix/package.json @@ -0,0 +1,6 @@ +{ + "dependencies": { + "axios": "^1.3.6", + "matrix-js-sdk": "^24.1.0" + } +} |