2023-11-23 00:22:31 +01:00

18 lines
360 B
JSON

{
"name": "xmpp-lightning-antispam",
"version": "1.1.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"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"
}
}