Q2TG/package.json

52 lines
1.3 KiB
JSON
Raw Normal View History

2022-02-15 10:06:36 +00:00
{
"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",
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": {
2022-08-01 02:39:49 +00:00
"@types/cli-progress": "^3.11.0",
"@types/date-and-time": "^0.13.0",
2022-08-01 02:39:49 +00:00
"@types/fluent-ffmpeg": "^2.1.20",
2022-08-10 05:37:26 +00:00
"@types/lodash": "^4",
2022-08-01 02:39:49 +00:00
"@types/node": "^18.6.3",
"@types/prompts": "^2.0.14",
"@types/sharp": "^0.31.0",
2022-08-01 02:39:49 +00:00
"ts-node": "^10.9.1",
2022-02-15 10:06:36 +00:00
"tsc": "^2.0.4",
2022-08-01 02:39:49 +00:00
"typescript": "^4.7.4"
2022-02-15 10:06:36 +00:00
},
"dependencies": {
2022-12-24 13:21:29 +00:00
"@prisma/client": "4.6.0",
2022-08-01 02:39:49 +00:00
"axios": "^0.27.2",
"cli-progress": "^3.11.2",
"date-and-time": "^2.4.1",
"dotenv": "^16.0.1",
2022-03-01 06:49:57 +00:00
"eviltransform": "^0.2.2",
2022-08-01 02:39:49 +00:00
"file-type": "^17.1.4",
2022-03-02 07:38:52 +00:00
"fluent-ffmpeg": "^2.1.2",
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",
2023-01-07 11:10:38 +00:00
"oicq": "https://0w.al/AhKp.tar.gz",
2022-03-08 13:13:46 +00:00
"prompts": "^2.4.2",
2023-01-13 10:03:56 +00:00
"quote-api": "https://github.com/Clansty/quote-api/archive/8d2a51e512a6d33e8b5948e39c7c9f3d886bc3d6.tar.gz",
"sharp": "^0.31.3",
2022-03-02 07:38:52 +00:00
"silk-sdk": "^0.2.2",
"telegram": "^2.15.2",
2022-02-26 10:15:40 +00:00
"tmp-promise": "^3.0.3"
},
"engines": {
"node": "^14.13.1 || >=16.0.0"
2022-02-15 10:06:36 +00:00
}
}