dis-warden
Version:
An enterprise-grade monitoring and management solution for Discord.js bots, with modular features and multi-webhook support.
32 lines (31 loc) • 689 B
JSON
{
"name": "dis-warden",
"version": "1.1.0-beta.0",
"description": "An enterprise-grade monitoring and management solution for Discord.js bots, with modular features and multi-webhook support.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord.js",
"errors",
"logger",
"webhook",
"warden",
"dis-warden",
"monitoring",
"analytics",
"performance",
"stats",
"bot"
],
"author": "FeelSorrow",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"discord.js": "^14.15.3"
},
"engines": {
"node": ">=16.9.0"
}
}