Files
telegram-management-system/backend/package.json
你的用户名 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

69 lines
1.7 KiB
JSON

{
"name": "tgmanage",
"version": "1.6.6",
"description": "666",
"main": "src/Server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/Server.js",
"watch": "onchange -i -k '**/*.js' -- npm run start"
},
"author": "cool guy",
"license": "ISC",
"dependencies": {
"@alicloud/alimt20181012": "^1.0.3",
"@alicloud/openapi-client": "^0.4.15",
"@cryptography/aes": "^0.1.1",
"@hapi/hapi": "^21.4.0",
"amqplib": "^0.8.0",
"async-mutex": "^0.5.0",
"axios": "^1.11.0",
"big-integer": "^1.6.52",
"browser-or-node": "^1.3.0",
"bull": "^4.16.5",
"cheerio": "^1.0.0-rc.10",
"cron": "^2.4.4",
"compressing": "^1.5.1",
"crypto": "^1.0.1",
"hapi-mongodb": "^10.0.1",
"hapi-redis2": "^3.0.1",
"htmlparser2": "^10.0.0",
"joi": "^17.6.0",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"log4js": "^6.4.6",
"module-alias": "^2.2.2",
"mysql2": "^3.14.2",
"node-schedule": "^2.1.0",
"onchange": "^7.1.0",
"pako": "^2.1.0",
"playwright": "^1.54.2",
"qrcode": "^1.5.4",
"qs": "^6.14.0",
"sequelize": "^6.19.0",
"socket.io": "^4.5.0",
"socks-proxy-agent": "^8.0.5",
"store2": "^2.12.0",
"telegram": "^2.26.22",
"tencentcloud-sdk-nodejs": "^4.0.334",
"ts-custom-error": "^3.2.0",
"ts-mixer": "^5.4.1",
"uuid": "^11.1.0",
"wait-until": "^0.0.2",
"wangeditor": "^4.7.15",
"websocket": "^1.0.34",
"xlsx": "^0.18.5"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"utf-8-validate": "^5.0.5"
},
"directories": {
"test": "test"
},
"keywords": [],
"_moduleAliases": {
"@src": "src"
}
}