maintenance-bot/package.json

25 lines
480 B
JSON
Raw Permalink Normal View History

2022-05-27 14:13:46 +02:00
{
"name": "maintenance-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"maintenance",
"bot"
],
"author": "BurnyLlama",
"license": "WTFPL",
"dependencies": {
"@xmpp/client": "^0.13.1",
"@xmpp/debug": "^0.13.0",
"colors": "^1.4.0",
2022-05-27 14:48:43 +02:00
"discord.js": "^13.7.0",
2022-05-28 15:03:43 +02:00
"public-ip": "^5.0.0",
2022-05-27 14:13:46 +02:00
"yaml": "^2.1.0"
}
}