Skip to content

Commit

Permalink
Merge branch 'rainbowcat' of github.com:clansty/Q2TG into rainbowcat
Browse files Browse the repository at this point in the history
  • Loading branch information
Nofated095 committed Jan 24, 2024
2 parents 77e08cc + af2d02b commit c1c3bba
Show file tree
Hide file tree
Showing 27 changed files with 769 additions and 432 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "q2tg",
"scripts": {
"dev": "ts-node src/index.ts",
"dev": "tsx src/index.ts",
"build": "tsc",
"start": "prisma db push --accept-data-loss && node build/index.js",
"start": "prisma db push --accept-data-loss --skip-generate && node build/index.js",
"prisma": "prisma",
"import": "ts-node tools/import"
},
Expand All @@ -17,10 +17,10 @@
"@types/date-and-time": "^3.0.3",
"@types/dockerode": "^3.3.23",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/lodash": "^4.14.201",
"@types/node": "^20.10.8",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.0",
"@types/prompts": "^2.4.9",
"ts-node": "^10.9.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand All @@ -29,7 +29,7 @@
"baidu-aip-sdk": "^4.16.15",
"big-integer": "^1.6.52",
"cli-progress": "^3.11.2",
"date-and-time": "^3.1.0",
"date-and-time": "^3.1.1",
"dockerode": "^4.0.2",
"dotenv": "^16.0.1",
"eviltransform": "^0.2.2",
Expand All @@ -43,12 +43,13 @@
"prisma": "5.8.0",
"prompts": "^2.4.2",
"quote-api": "https://github.com/Clansty/quote-api/archive/37a0e48a434b94bb04c04c7d86d9f0d2295df869.tar.gz",
"sharp": "^0.33.1",
"sharp": "^0.33.2",
"silk-sdk": "^0.2.2",
"telegram": "^2.19.10",
"tmp-promise": "^3.0.3",
"undici": "^6.3.0",
"zincsearch-node": "^2.1.0"
"zincsearch-node": "^2.1.0",
"zod": "^3.22.4"
},
"engines": {
"node": "^14.13.1 || >=16.0.0"
Expand Down
Loading

0 comments on commit c1c3bba

Please sign in to comment.