2019-07-04 00:27:39 +03:00
|
|
|
{
|
2021-01-17 12:58:02 +03:00
|
|
|
"name": "ligh7hau5",
|
2021-08-09 12:34:40 +03:00
|
|
|
"version": "2.1.1",
|
2019-07-04 00:27:39 +03:00
|
|
|
"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",
|
2021-01-17 12:58:02 +03:00
|
|
|
"url": "git+https://github.com/vulet/ligh7hau5.git"
|
2019-07-04 00:27:39 +03:00
|
|
|
},
|
|
|
|
"author": "vul",
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
"bugs": {
|
2021-01-17 12:58:02 +03:00
|
|
|
"url": "https://github.com/vulet/lighthau5/issues"
|
2019-07-04 00:27:39 +03:00
|
|
|
},
|
2021-01-17 12:58:02 +03:00
|
|
|
"homepage": "https://github.com/vulet/lighthau5#readme",
|
2019-07-04 00:27:39 +03:00
|
|
|
"dependencies": {
|
2021-09-15 09:35:31 +03:00
|
|
|
"axios": "^0.21.2",
|
2020-11-02 17:48:07 +03:00
|
|
|
"form-data": "^3.0.0",
|
2021-06-15 05:44:32 +03:00
|
|
|
"jsdom": "^16.6.0",
|
2021-09-14 23:25:01 +03:00
|
|
|
"matrix-js-sdk": "^12.4.1",
|
2021-06-15 05:44:32 +03:00
|
|
|
"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"
|
2019-07-04 00:27:39 +03:00
|
|
|
},
|
2021-02-01 11:58:59 +03:00
|
|
|
"devDependencies": {}
|
2019-07-04 00:27:39 +03:00
|
|
|
}
|