weather-bot/package.json
2024-05-07 21:10:29 -06:00

17 lines
327 B
JSON

{
"name": "weather-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0",
"dependencies": {
"@xmpp/client": "^0.13.1",
"@xmpp/debug": "^0.13.0",
"html-entities": "^2.5.2"
}
}