matrix-cli – Blame information for rev 16
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | { |
2 | "name": "matrix-cli", |
||
16 | office | 3 | "version": "1.0.4", |
15 | office | 4 | "description": "a command line client for matrix.org servers", |
5 | office | 5 | "main": "matrix-cli.js", |
7 | office | 6 | "bin": "matrix-cli.js", |
1 | office | 7 | "scripts": { |
8 | "test": "echo \"Error: no test specified\" && exit 1" |
||
9 | }, |
||
10 | "keywords": [ |
||
11 | "matrix.org", |
||
12 | "synapse", |
||
13 | "element", |
||
5 | office | 14 | "fluffy", |
15 | "element" |
||
1 | office | 16 | ], |
17 | "author": "Wizardry and Steamworks (wizardry.steamworks@outlook.com)", |
||
18 | "license": "MIT", |
||
19 | "dependencies": { |
||
7 | office | 20 | "axios": "^1.6.8", |
21 | "buffer-signature": "^1.1.0", |
||
1 | office | 22 | "commander": "^12.0.0", |
23 | "loglevel": "^1.9.1", |
||
24 | "matrix-js-sdk": "^32.0.0", |
||
7 | office | 25 | "node-html-parser": "^6.1.13", |
1 | office | 26 | "prompt": "^1.3.0", |
27 | "winston": "^3.13.0" |
||
28 | } |
||
29 | } |