You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

24 lines
463 B

{
"name": "bot-recordatorio",
"version": "1.0.0",
"description": "Bot Recordatorio Eventos XMPP",
"main": "index.js",
"private": true,
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://gitea.hatthieves.es/manalejandro/bot-recordatorio"
},
"keywords": [
"bot",
"bot-recordatorio",
"xmpp"
],
"author": "ale",
"license": "MIT",
"dependencies": {
"@xmpp/client": "*"
}
}