ligh7hau5/package.json
vulet 6273452876 fix(e2ee): command-by-reaction/emote and reply by </mx-reply>.
chore(deps): upgrade matrix-js-sdk, and refactor for it. bump version.
2021-08-06 20:13:36 +08:00

30 lines
829 B
JSON

{
"name": "ligh7hau5",
"version": "2.1.0",
"description": "A Matrix to Fediverse client",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vulet/ligh7hau5.git"
},
"author": "vul",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/vulet/lighthau5/issues"
},
"homepage": "https://github.com/vulet/lighthau5#readme",
"dependencies": {
"axios": "^0.21.1",
"form-data": "^3.0.0",
"jsdom": "^16.6.0",
"matrix-js-sdk": "^12.2.0",
"node-localstorage": "^2.2.1",
"olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.4.tgz",
"qs": "^6.10.1"
},
"devDependencies": {}
}