dl / package.json
Twan07's picture
Create package.json
2b82ee2 verified
raw
history blame contribute delete
237 Bytes
{
"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"
}
}