2024-06-27 12:31:29 +02:00

19 lines
463 B
JSON

{
"name": "xmpp-lightning-antispam",
"version": "1.2.0",
"description": "A bot for moderated XMPP channels, offering voice for Lightning donations",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Râu Cao",
"license": "MIT",
"dependencies": {
"@xmpp/client": "^0.13.1",
"@xmpp/debug": "^0.13.0",
"node-fetch": "^3.3.2"
}
}