unigrabber-backend / package.json
KholikAkbar's picture
Upload package.json
675b871 verified
raw
history blame contribute delete
404 Bytes
{
"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"
}
}