UNPKG

tes-wc-bot

Version:

🌐 Advanced Telegram Bot for Cloudflare Wildcard Domain Management with Telegram Notifications

84 lines (83 loc) 3.8 kB
{ "name": "tes-wc-bot", "version": "1.2.1", "description": "🌐 Advanced Telegram Bot for Cloudflare Wildcard Domain Management with Telegram Notifications", "main": "lib/WildcardBot.js", "preferGlobal": true, "bin": { "tes-wc-bot": "bin/wildcard-bot.js" }, "scripts": { "check": "npm run lint && npm run format", "dev": "nodemon index.js", "format": "prettier --write .", "init": "node scripts/init.js", "lint": "eslint .", "lint:fix": "eslint . --fix", "postinstall": "node -e \"console.log('\\n\\x1b[95m╔═══════════════════════════════════════════════════════════════════╗\\x1b[0m\\n\\x1b[95m║\\x1b[0m \\x1b[96m🎉\\x1b[93m✨ Tes WC Bot Successfully Installed! ✨\\x1b[96m🎉\\x1b[0m \\x1b[95m║\\x1b[0m\\n\\x1b[95m╠═══════════════════════════════════════════════════════════════════╣\\x1b[0m\\n\\x1b[95m║\\x1b[0m \\x1b[92m🚀 Quick Start Commands:\\x1b[0m \\x1b[95m║\\x1b[0m\\n\\x1b[95m║\\x1b[0m \\x1b[97m┌─ Setup Bot: \\x1b[93mtes-wc-bot\\x1b[0m \\x1b[95m║\\x1b[0m\\n\\x1b[95m║\\x1b[0m \\x1b[97m└─ Help: \\x1b[93mtes-wc-bot --help\\x1b[0m \\x1b[95m║\\x1b[0m\\n\\x1b[95m║\\x1b[0m \\x1b[95m║\\x1b[0m\\n\\x1b[95m║\\x1b[0m \\x1b[92m📚 Resources:\\x1b[0m \\x1b[95m║\\x1b[0m\\n\\x1b[95m║\\x1b[0m \\x1b[97m┌─ Support: \\x1b[94mhttps://t.me/AutoFtBot69\\x1b[0m \\x1b[95m║\\x1b[0m\\n\\x1b[95m║\\x1b[0m \\x1b[95m║\\x1b[0m\\n\\x1b[95m║\\x1b[0m \\x1b[92m🔥 Features:\\x1b[0m \\x1b[91m❤️\\x1b[0m Wildcard DNS \\x1b[91m❤️\\x1b[0m Cloudflare \\x1b[91m❤️\\x1b[0m Auto Setup \\x1b[95m║\\x1b[0m\\n\\x1b[95m╚═══════════════════════════════════════════════════════════════════╝\\x1b[0m\\n\\x1b[96m💡 Tip: Run \\x1b[93mtes-wc-bot\\x1b[96m to start the interactive setup!\\x1b[0m\\n')\"", "postversion": "git push && git push --tags", "publish-npm": "node scripts/publish.js", "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1", "version": "npm run check && git add -A" }, "keywords": [ "telegram", "telegram-bot", "cloudflare", "wildcard", "domain", "dns", "domain-management", "cloudflare-worker", "notifications", "nodejs", "bot", "automation", "subdomain", "dns-management", "cloudflare-api", "telegraf", "cli", "tes-wc-bot" ], "author": { "name": "Wildcard Bot Team", "email": "aginazharmhlutpi14@gmail.com" }, "license": "MIT", "dependencies": { "axios": "^1.6.2", "dotenv": "^16.3.1", "form-data": "^4.0.2", "moment-timezone": "^0.6.0", "node-fetch": "^2.7.0", "telegraf": "^4.15.6" }, "devDependencies": { "eslint": "^8.55.0", "nodemon": "^3.0.2", "prettier": "^3.1.1" }, "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" }, "files": [ "bin/", "lib/", "config/", "handlers/", "services/", "utils/", "workers/", "docs/", "index.js", ".env.example", "README.md", "LICENSE" ], "publishConfig": { "access": "public" } }