Initial commit: Telegram Management System
Some checks failed
Deploy / deploy (push) Has been cancelled
Some checks failed
Deploy / deploy (push) Has been cancelled
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>
This commit is contained in:
26
marketing-agent/services/analytics-service/package.json
Normal file
26
marketing-agent/services/analytics-service/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "analytics-service",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "Real-time analytics and reporting service",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "node src/index.js",
|
||||
"dev": "nodemon src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"cors": "^2.8.5",
|
||||
"mongoose": "^7.6.3",
|
||||
"socket.io": "^4.6.1",
|
||||
"ioredis": "^5.3.2",
|
||||
"joi": "^17.11.0",
|
||||
"winston": "^3.11.0",
|
||||
"pdfkit": "^0.14.0",
|
||||
"exceljs": "^4.4.0",
|
||||
"chartjs-node-canvas": "^4.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user