Files
vthumbs/package.json
T
priyanshu_bharti f3a32b0923
Docker / build-and-push-image (push) Successful in 1m33s
Add Docker workflow and docs (#1)
Co-authored-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com>
Co-committed-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com>
2026-04-07 19:50:24 +00:00

15 lines
296 B
JSON

{
"name": "vthumbs",
"version": "1.0.0",
"description": "Microservice to generate video thumbnails from video URLs",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.21.0",
"fluent-ffmpeg": "^2.1.3"
}
}