Q2TG/package.json

58 lines
1.6 KiB
JSON
Raw Normal View History

2022-02-15 10:06:36 +00:00
{
"name": "q2tg",
"scripts": {
2024-01-15 10:17:14 +00:00
"dev": "tsx src/index.ts",
2022-02-15 10:06:36 +00:00
"build": "tsc",
"start": "prisma db push --accept-data-loss --skip-generate && node build/index.js",
"prisma": "prisma",
2022-03-08 13:13:46 +00:00
"import": "ts-node tools/import"
2022-02-15 10:06:36 +00:00
},
"bin": "build/index.js",
2022-09-11 13:14:47 +00:00
"files": [
2022-12-24 14:03:09 +00:00
"build",
"assets"
2022-09-11 13:14:47 +00:00
],
2022-02-15 10:06:36 +00:00
"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",
2024-01-15 10:17:14 +00:00
"tsx": "^4.7.0",
"typescript": "^5.3.3"
2022-02-15 10:06:36 +00:00
},
"dependencies": {
"@prisma/client": "5.9.1",
"axios": "^1.6.7",
"baidu-aip-sdk": "^4.16.15",
"big-integer": "^1.6.52",
2022-08-01 02:39:49 +00:00
"cli-progress": "^3.11.2",
"date-and-time": "^3.1.1",
"dockerode": "^4.0.2",
"dotenv": "^16.4.1",
2022-03-01 06:49:57 +00:00
"eviltransform": "^0.2.2",
"file-type": "^19.0.0",
2022-03-02 07:38:52 +00:00
"fluent-ffmpeg": "^2.1.2",
2024-01-11 14:03:52 +00:00
"icqq": "^0.6.8",
"image-size": "^1.1.1",
2022-08-10 05:37:26 +00:00
"lodash": "^4.17.21",
2022-08-01 02:39:49 +00:00
"log4js": "^6.6.1",
"nodejs-base64": "^2.0.0",
"prisma": "5.9.1",
2022-03-08 13:13:46 +00:00
"prompts": "^2.4.2",
"quote-api": "https://github.com/Clansty/quote-api/archive/014b21138afbbe0e12c91b00561414b1e851fc0f.tar.gz",
"sharp": "^0.33.2",
2022-03-02 07:38:52 +00:00
"silk-sdk": "^0.2.2",
"telegram": "https://github.com/clansty/gramjs/releases/download/2.19.10%2Brevert_media/telegram-2.19.10.tgz",
2023-03-01 14:16:54 +00:00
"tmp-promise": "^3.0.3",
"undici": "^6.4.0",
2024-01-15 09:58:48 +00:00
"zincsearch-node": "^2.1.0",
"zod": "^3.22.4"
},
"engines": {
"node": "^14.13.1 || >=16.0.0"
2022-02-15 10:06:36 +00:00
}
}