| { | |
| "name": "yt-dlp-api", | |
| "version": "1.0.0", | |
| "description": "Simple yt-dlp API using Node.js on Hugging Face", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.18.2" | |
| } | |
| } |
| { | |
| "name": "yt-dlp-api", | |
| "version": "1.0.0", | |
| "description": "Simple yt-dlp API using Node.js on Hugging Face", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.18.2" | |
| } | |
| } |