group-music-node-proxy / package.json
SungJinWooX's picture
Upload package.json with huggingface_hub
233bbab verified
Raw
History Blame Contribute Delete
396 Bytes
{
"name": "node-ytdl-proxy",
"version": "1.0.0",
"description": "High-performance Node.js YouTube audio extraction proxy",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.19.2",
"@distube/ytdl-core": "^4.15.1",
"cors": "^2.8.5",
"youtube-yts": "^2.0.0",
"https-proxy-agent": "^7.0.2"
}
}