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>
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "@marketing-agent/analytics",
|
|
"version": "1.0.0",
|
|
"description": "Analytics service for marketing intelligence tracking and reporting",
|
|
"type": "module",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "nodemon src/index.js",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@hapi/hapi": "^21.3.2",
|
|
"@hapi/joi": "^17.1.1",
|
|
"@hapi/boom": "^10.0.1",
|
|
"@elastic/elasticsearch": "^8.11.0",
|
|
"@clickhouse/client": "^0.2.6",
|
|
"mongoose": "^8.0.3",
|
|
"redis": "^4.6.12",
|
|
"ioredis": "^5.3.2",
|
|
"dotenv": "^16.3.1",
|
|
"winston": "^3.11.0",
|
|
"axios": "^1.6.5",
|
|
"node-schedule": "^2.1.1",
|
|
"mathjs": "^12.2.1",
|
|
"simple-statistics": "^7.8.3",
|
|
"date-fns": "^3.1.0",
|
|
"lodash": "^4.17.21",
|
|
"uuid": "^9.0.0",
|
|
"exceljs": "^4.4.0",
|
|
"pdfkit": "^0.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.2",
|
|
"jest": "^29.7.0",
|
|
"@babel/preset-env": "^7.23.7",
|
|
"eslint": "^8.56.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
} |