mirror of
https://github.com/BrenBroZAYT/uptime-kuma-discord-bot.git
synced 2026-06-13 16:40:03 +00:00
32 lines
645 B
JSON
32 lines
645 B
JSON
{
|
|
"name": "uptime-kuma-discord-bot",
|
|
"version": "1.0.0",
|
|
"description": "Discord bot for monitoring Uptime Kuma service status",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"dev": "ts-node src/index.ts",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"keywords": [
|
|
"discord",
|
|
"bot",
|
|
"uptime-kuma",
|
|
"monitoring"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"discord.js": "^14.14.1",
|
|
"socket.io-client": "^4.7.2",
|
|
"dotenv": "^16.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.5",
|
|
"typescript": "^5.3.3",
|
|
"ts-node": "^10.9.2"
|
|
}
|
|
}
|
|
|