47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "bot",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "dist/index.cjs",
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"dev": "dotenv -e ../../.env.local tsx watch src/index.ts",
|
|
"start": "node dist/index.cjs",
|
|
"lint": "eslint",
|
|
"lint-staged": "lint-staged"
|
|
},
|
|
"keywords": [
|
|
"telegram",
|
|
"bot",
|
|
"tiktok",
|
|
"video",
|
|
"download"
|
|
],
|
|
"dependencies": {
|
|
"@grammyjs/auto-chat-action": "^0.1.1",
|
|
"@grammyjs/commands": "^1.1.0",
|
|
"@grammyjs/hydrate": "^1.4.1",
|
|
"@grammyjs/i18n": "^1.1.2",
|
|
"@grammyjs/parse-mode": "^2.2.0",
|
|
"@grammyjs/ratelimiter": "^1.2.1",
|
|
"@grammyjs/types": "^3.21.0",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@tobyg74/tiktok-api-dl": "^1.3.4",
|
|
"@types/node": "catalog:",
|
|
"grammy": "^1.37.0",
|
|
"ioredis": "^5.7.0",
|
|
"pino": "^9.9.0",
|
|
"pino-pretty": "^13.1.1",
|
|
"tsup": "^8.5.0",
|
|
"typescript": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/lint-staged-config": "workspace:*",
|
|
"dotenv-cli": "catalog:",
|
|
"lint-staged": "catalog:",
|
|
"tsx": "^4.20.4"
|
|
}
|
|
}
|