File size: 414 Bytes
8af9fb7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "tg-store",
  "version": "1.0.0",
  "description": "Telegram File Storage & Direct Download System for Hugging Face Spaces",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "dev": "node --watch index.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "busboy": "^1.6.0",
    "express": "^4.18.2",
    "mongodb": "^6.3.0",
    "telegram": "^2.22.2"
  }
}