1
0
Fork 0
mirror of https://github.com/dadada/inbox2matrix.git synced 2025-06-07 17:43:57 +02:00

update npm modules

This commit is contained in:
Tim Schubert 2022-05-21 19:57:20 +02:00
parent 2127831857
commit 08a1e7e8f7
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 823 additions and 58 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
config/production.json config/production.json
config/testing.json
*.js *.js
node_modules/ node_modules/

877
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,11 +8,10 @@
"config": "^3.1.0", "config": "^3.1.0",
"dom-storage": "^2.1.0", "dom-storage": "^2.1.0",
"imap": "^0.8.19", "imap": "^0.8.19",
"matrix-js-sdk": "^12.4.1", "matrix-js-sdk": "^17.2.0",
"olm": "https://matrix.org/packages/npm/olm/olm-3.0.0.tgz", "olm": "https://matrix.org/packages/npm/olm/olm-3.0.0.tgz",
"process": "^0.11.10" "process": "^0.11.10"
}, },
"devDependencies": {},
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "node inbox2matrix.js" "start": "node inbox2matrix.js"