File size: 237 Bytes
2b82ee2
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "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"
  }
}