{ "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" } }