mirror of
https://github.com/Trollobot/Telemax.git
synced 2026-08-30 02:01:41 +00:00
Пульт управления (/panel), поиск контакта MAX и старт чата, нативные reply в обе стороны, зеркалирование удаления чата, уведомление о слёте MAX-сессии, имя группы/диалога и участники в /info. Версия 0.1.0 → 0.2.0.
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "telemax",
|
|
"private": true,
|
|
"version": "0.2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch src/server/app.ts",
|
|
"build": "vite build && esbuild src/server/app.ts --bundle --platform=node --format=esm --packages=external --sourcemap --outfile=dist/server.mjs",
|
|
"start": "NODE_ENV=production node dist/server.mjs",
|
|
"lint": "tsc --noEmit && tsc --noEmit -p tsconfig.web.json",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"auth:cli": "tsx scripts/dev/auth-cli.ts"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.2.3",
|
|
"express": "^4.21.2",
|
|
"fzstd": "^0.1.1",
|
|
"https-proxy-agent": "^9.1.0",
|
|
"lottie-web": "^5.13.0",
|
|
"lz4js": "^0.2.0",
|
|
"msgpackr": "^2.0.5",
|
|
"puppeteer-core": "^25.6.0",
|
|
"socks-proxy-agent": "^10.1.0",
|
|
"telegraf": "^4.16.3",
|
|
"undici": "^8.10.0",
|
|
"ws": "^8.21.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.14",
|
|
"@types/express": "^4.17.21",
|
|
"@types/node": "^22.20.1",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"@types/ws": "^8.18.1",
|
|
"@vitejs/plugin-react": "^5.0.4",
|
|
"esbuild": "^0.25.0",
|
|
"lucide-react": "^0.546.0",
|
|
"react": "^19.0.1",
|
|
"react-dom": "^19.0.1",
|
|
"tailwindcss": "^4.1.14",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "~5.8.2",
|
|
"vite": "^6.2.3",
|
|
"vitest": "^4.1.10"
|
|
}
|
|
}
|