24 lines
493 B
JSON
Raw Normal View History

2020-11-05 22:39:11 -07:00
{
"name": "matrix-bridge-voxtelesys",
"version": "1.0.0",
"keywords": [
"voxtelesys",
"matrix",
"bridge",
"sms",
"api",
"chat"
],
"type": "module",
2020-11-05 22:58:30 -07:00
"license": "MPL-2.0",
2020-11-05 22:39:11 -07:00
"author": "Netsyms Technologies",
"contributors": [],
"dependencies": {
"body-parser": "^1.19.1",
"express": "^4.17.2",
2021-06-14 17:22:51 -06:00
"file-type": "^16.5.0",
2020-11-05 22:39:11 -07:00
"log4js": "^6.3.0",
2021-07-12 20:15:47 -06:00
"matrix-js-sdk": "^12.0.1"
2020-11-05 22:39:11 -07:00
}
}