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:
parent
2127831857
commit
08a1e7e8f7
3 changed files with 823 additions and 58 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
config/production.json
|
config/production.json
|
||||||
|
config/testing.json
|
||||||
*.js
|
*.js
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
877
package-lock.json
generated
877
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue