Q2TG/main/package.json

66 lines
1.8 KiB
JSON

{
"name": "q2tg-main",
"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.26",
"@types/ejs": "^3.1.5",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/lodash": "^4.17.0",
"@types/markdown-escape": "^1.1.3",
"@types/node": "^20.11.28",
"@types/probe-image-size": "^7.2.4",
"@types/prompts": "^2.4.9",
"tsx": "^4.7.1"
},
"dependencies": {
"@fastify/http-proxy": "^9.4.0",
"@fastify/static": "^7.0.1",
"@icqqjs/icqq": "1.0.2",
"@prisma/client": "5.9.1",
"axios": "^1.6.8",
"baidu-aip-sdk": "^4.16.15",
"big-integer": "^1.6.52",
"cli-progress": "^3.12.0",
"date-and-time": "^3.1.1",
"dockerode": "^4.0.2",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"eviltransform": "^0.2.2",
"fastify": "^4.26.2",
"file-type": "^19.0.0",
"fluent-ffmpeg": "^2.1.2",
"image-size": "^1.1.1",
"lodash": "^4.17.21",
"log4js": "^6.9.1",
"markdown-escape": "^2.0.0",
"nodejs-base64": "^2.0.0",
"prisma": "5.9.1",
"probe-image-size": "^7.2.3",
"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.9.0",
"zincsearch-node": "^2.1.1",
"zod": "^3.22.4"
},
"engines": {
"node": "^14.13.1 || >=16.0.0"
}
}