ligh7hau5/package.json

34 lines
871 B
JSON
Raw Normal View History

2019-07-04 00:27:39 +03:00
{
"name": "ligh7hau5",
2023-09-04 13:09:34 +03:00
"version": "3.0.1",
2019-07-04 00:27:39 +03:00
"description": "A Matrix to Fediverse client",
"engines": {
"node": ">=18.0.0"
},
2019-07-04 00:27:39 +03:00
"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": {
"axios": "^0.25.0",
"form-data": "^4.0.0",
"jsdom": "^19.0.0",
"matrix-js-sdk": "^27.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.14.tgz",
"qs": "^6.11.2"
2019-07-04 00:27:39 +03:00
},
"devDependencies": {}
2019-07-04 00:27:39 +03:00
}