Files
vthumbs/package.json
Jon Staab 1651ab9c99
Docker / build-and-push-image (push) Successful in 40s
Switch to bun, document docker
2026-04-14 11:06:52 -07:00

16 lines
324 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",
"node-cache": "^5.1.2"
}
}