Spaces:
Sleeping
Sleeping
| { | |
| "name": "backend", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "cors": "^2.8.5", | |
| "express": "^5.1.0", | |
| "ffmpeg-static": "^5.3.0", | |
| "fluent-ffmpeg": "^2.1.3", | |
| "play-dl": "^1.9.7", | |
| "uuid": "^13.0.0", | |
| "yt-dlp-wrap": "^2.3.12" | |
| } | |
| } | |