1
0
Fork 0
mirror of https://github.com/dadada/inbox2matrix.git synced 2025-06-07 09:43:55 +02:00
inbox2matrix/package.json
2024-01-06 14:22:20 +01:00

21 lines
480 B
JSON

{
"name": "inbox2matrix",
"version": "1.0.0",
"description": "",
"main": "inbox2matrix.js",
"dependencies": {
"@types/node": "^11.13.8",
"config": "^3.1.0",
"dom-storage": "^2.1.0",
"matrix-js-sdk": "^30.3.0",
"node-imap": "^0.9.6",
"@matrix-org/olm": "^3.2.15",
"process": "^0.11.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node inbox2matrix.js"
},
"author": "",
"license": "ISC"
}