Files
你的用户名 237c7802e5
Some checks failed
Deploy / deploy (push) Has been cancelled
Initial commit: Telegram Management System
Full-stack web application for Telegram management
- Frontend: Vue 3 + Vben Admin
- Backend: NestJS
- Features: User management, group broadcast, statistics

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 15:37:50 +08:00

32 lines
757 B
JSON

{
"name": "scheduler-service",
"version": "1.0.0",
"description": "Campaign Scheduler Service for Marketing Agent System",
"type": "module",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"dev": "nodemon src/app.js"
},
"dependencies": {
"express": "^4.18.2",
"mongoose": "^7.0.3",
"node-cron": "^3.0.2",
"bull": "^4.11.3",
"ioredis": "^5.3.2",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"axios": "^1.4.0",
"winston": "^3.8.2",
"helmet": "^7.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express-validator": "^7.0.1",
"jsonwebtoken": "^9.0.0",
"moment-timezone": "^0.5.43",
"uuid": "^9.0.0"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}