Rename project to "next-downloader-bot"; update main entry point and add keywords for improved discoverability.
This commit is contained in:
parent
140477c87a
commit
fcf44dfb5f
14
package.json
14
package.json
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user