ligh7hau5/package.json

31 lines
775 B
JSON
Raw Normal View History

2019-07-04 00:27:39 +03:00
{
"name": "ligh7hau5",
2021-02-26 08:56:40 +03:00
"version": "1.2.2",
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",
"url": "git+https://github.com/vulet/ligh7hau5.git"
2019-07-04 00:27:39 +03:00
},
"author": "vul",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/vulet/lighthau5/issues"
2019-07-04 00:27:39 +03:00
},
"homepage": "https://github.com/vulet/lighthau5#readme",
2019-07-04 00:27:39 +03:00
"dependencies": {
2021-01-17 14:36:01 +03:00
"axios": "^0.21.1",
"form-data": "^3.0.0",
"jsdom": "^16.4.0",
2021-02-26 07:32:16 +03:00
"matrix-js-sdk": "^9.7.0",
"node-localstorage": "^2.1.6",
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
"qs": "^6.9.6"
2019-07-04 00:27:39 +03:00
},
"devDependencies": {}
2019-07-04 00:27:39 +03:00
}