{ "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", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "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", "@types/jest": "^29.5.8", "typescript": "^5.3.3", "ts-node": "^10.9.2", "jest": "^29.7.0", "ts-jest": "^29.1.1" } }