Q2TG/package.json

55 lines
1.5 KiB
JSON

{
"name": "q2tg",
"packageManager": "yarn@3.1.1",
"scripts": {
"dev": "ts-node src/index.ts",
"build": "tsc",
"start": "prisma db push --accept-data-loss && node build/index.js",
"prisma": "prisma",
"import": "ts-node tools/import"
},
"bin": "build/index.js",
"files": [
"build",
"assets"
],
"devDependencies": {
"@types/cli-progress": "^3.11.0",
"@types/date-and-time": "^0.13.0",
"@types/fluent-ffmpeg": "^2.1.20",
"@types/lodash": "^4",
"@types/node": "^18.6.3",
"@types/prompts": "^2.0.14",
"@types/sharp": "^0.31.0",
"ts-node": "^10.9.1",
"tsc": "^2.0.4",
"typescript": "^4.7.4"
},
"dependencies": {
"@prisma/client": "4.6.0",
"axios": "^0.27.2",
"cli-progress": "^3.11.2",
"date-and-time": "^2.4.1",
"dotenv": "^16.0.1",
"eviltransform": "^0.2.2",
"file-type": "^17.1.4",
"fluent-ffmpeg": "^2.1.2",
"lodash": "^4.17.21",
"log4js": "^6.6.1",
"nodejs-base64": "^2.0.0",
"oicq": "https://0w.al/AhKp.tar.gz",
"prompts": "^2.4.2",
"quote-api": "https://github.com/LyoSU/quote-api/archive/6e27746bb3e946205cb60607a85239747b4640ef.tar.gz",
"sharp": "^0.31.3",
"silk-sdk": "^0.2.2",
"telegram": "^2.15.2",
"tmp-promise": "^3.0.3"
},
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"resolutions": {
"quote-api@0.12.1": "patch:quote-api@https://github.com/LyoSU/quote-api/archive/6e27746bb3e946205cb60607a85239747b4640ef.tar.gz#.yarn/patches/quote-api-https-d4de2c2dfb"
}
}