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>
35 lines
856 B
JSON
35 lines
856 B
JSON
{
|
|
"name": "logging-service",
|
|
"version": "1.0.0",
|
|
"description": "Centralized logging and analysis service",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "nodemon src/index.js",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@elastic/elasticsearch": "^8.12.0",
|
|
"winston": "^3.11.0",
|
|
"winston-elasticsearch": "^0.17.4",
|
|
"winston-daily-rotate-file": "^4.7.1",
|
|
"express": "^4.18.2",
|
|
"pino": "^8.17.2",
|
|
"pino-elasticsearch": "^8.0.0",
|
|
"pino-pretty": "^10.3.1",
|
|
"bull": "^4.11.3",
|
|
"ioredis": "^5.3.2",
|
|
"node-cron": "^3.0.2",
|
|
"dotenv": "^16.0.3",
|
|
"uuid": "^9.0.1",
|
|
"axios": "^1.4.0",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.4",
|
|
"nodemailer": "^6.9.7"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.3",
|
|
"jest": "^29.5.0"
|
|
}
|
|
} |