{ "name": "huggingface-ffmpeg-api", "version": "2.0.0", "description": "ffmpeg rest api", "main": "index.js", "type": "module", "scripts": { "start": "node index.js" }, "dependencies": { "express": "^4.18.2", "multer": "^1.4.5-lts.1", "node-cron": "^3.0.3", "node-fetch": "^3.3.2", "uuid": "^9.0.1" } }