{ "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" } }