matrix-bot/package.json
2021-06-30 18:13:00 +02:00

15 lines
306 B
JSON

{
"name": "matrix-bot",
"version": "1.0.0",
"description": "Matrix Gateway Bot",
"main": "index.js",
"repository": "https://git.manalejandro.com/ale/matrix-bot",
"author": "ale",
"license": "MIT",
"private": true,
"dependencies": {
"@xmpp/client": "*",
"matrix-js-sdk": "*"
}
}