{ "name": "q2tg", "scripts": { "dev": "tsx src/index.ts", "build": "tsc", "start": "prisma db push --accept-data-loss --skip-generate && node build/index.js", "prisma": "prisma", "import": "ts-node tools/import" }, "bin": "build/index.js", "files": [ "build", "assets" ], "devDependencies": { "@types/cli-progress": "^3.11.5", "@types/date-and-time": "^3.0.3", "@types/dockerode": "^3.3.23", "@types/fluent-ffmpeg": "^2.1.24", "@types/lodash": "^4.14.202", "@types/node": "^20.11.17", "@types/prompts": "^2.4.9", "tsx": "^4.7.0", "typescript": "^5.3.3" }, "dependencies": { "@prisma/client": "5.9.1", "axios": "^1.6.7", "baidu-aip-sdk": "^4.16.15", "big-integer": "^1.6.52", "cli-progress": "^3.11.2", "date-and-time": "^3.1.1", "dockerode": "^4.0.2", "dotenv": "^16.4.1", "eviltransform": "^0.2.2", "file-type": "^19.0.0", "fluent-ffmpeg": "^2.1.2", "icqq": "^0.6.8", "image-size": "^1.1.1", "lodash": "^4.17.21", "log4js": "^6.6.1", "nodejs-base64": "^2.0.0", "prisma": "5.9.1", "prompts": "^2.4.2", "quote-api": "https://github.com/Clansty/quote-api/archive/014b21138afbbe0e12c91b00561414b1e851fc0f.tar.gz", "sharp": "^0.33.2", "silk-sdk": "^0.2.2", "telegram": "https://github.com/clansty/gramjs/releases/download/2.19.10%2Brevert_media/telegram-2.19.10.tgz", "tmp-promise": "^3.0.3", "undici": "^6.4.0", "zincsearch-node": "^2.1.0", "zod": "^3.22.4" }, "engines": { "node": "^14.13.1 || >=16.0.0" } }