weather-bot/package.json

21 lines
433 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",
"colors": "^1.4.0",
"discord.js": "^14.15.2",
"html-entities": "^2.5.2",
"sqlite3": "^5.1.7",
"xml2json": "^0.12.0"
}
}