CoolFace
Apppublic

tost434/tg

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
package.json37 linesDownload Raw Back to root
1{2  "name": "tg-bot",3  "version": "1.0.0",4  "main": "index.js",5  "type": "module",6  "scripts": {7    "test": "echo \"Error: no test specified\" && exit 1",8    "start": "npx nodemon --exec ts-node src/index.ts"9  },10  "keywords": [],11  "author": "",12  "license": "ISC",13  "description": "",14  "dependencies": {15    "@distube/ytdl-core": "^4.15.1",16    "axios": "^1.7.7",17    "body-parser": "^1.20.3",18    "dotenv": "^16.4.5",19    "express": "^4.21.1",20    "ffmpeg": "^0.0.4",21    "ffmpeg-static": "^5.2.0",22    "fluent-ffmpeg": "^2.1.3",23    "form-data": "^4.0.1",24    "miniget": "^4.2.3",25    "nodemon": "^3.1.7",26    "readline": "^1.3.0",27    "youtube-dl-exec": "^3.0.10",28    "ytdl-core": "^4.11.5"29  },30  "devDependencies": {31    "@types/express": "^5.0.0",32    "@types/fluent-ffmpeg": "^2.1.27",33    "@types/node": "^22.9.0",34    "typescript": "^5.6.3"35  }36}37