Rename project to "next-downloader-bot"; update main entry point and add keywords for improved discoverability.

This commit is contained in:
vchikalkin 2025-08-15 11:50:13 +03:00
parent 140477c87a
commit fcf44dfb5f

View File

@ -1,14 +1,20 @@
{
"name": "Tiktok-downloader-telegram-bot",
"name": "next-downloader-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"main": "dist/index.cjs",
"scripts": {
"build": "tsup",
"dev": "dotenv -e .env.local tsx watch src/index.ts",
"start": "node dist/index.cjs"
},
"keywords": [],
"keywords": [
"telegram",
"bot",
"tiktok",
"video",
"download"
],
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531",