Files
vthumbs/package.json
T
priyanshu_bharti 251e792263
Docker / build-and-push-image (push) Successful in 1m14s
feat/add-thumbnail-caching (#3)
Co-authored-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com>
Co-committed-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com>
2026-04-14 17:21:09 +00:00

17 lines
366 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": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"express": "^4.21.0",
"fluent-ffmpeg": "^2.1.3",
"node-cache": "^5.1.2"
}
}