matrix-cli – Rev 17
?pathlinks?
{
"name": "matrix-cli",
"version": "1.0.4",
"description": "a command line client for matrix.org servers",
"main": "matrix-cli.js",
"bin": "matrix-cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"matrix.org",
"synapse",
"element",
"fluffy",
"element"
],
"author": "Wizardry and Steamworks (wizardry.steamworks@outlook.com)",
"license": "MIT",
"dependencies": {
"axios": "^1.6.8",
"buffer-signature": "^1.1.0",
"commander": "^12.0.0",
"loglevel": "^1.9.1",
"matrix-js-sdk": "^32.0.0",
"mqtt": "^5.5.5",
"node-html-parser": "^6.1.13",
"prompt": "^1.3.0",
"winston": "^3.13.0"
}
}