First commit

This commit is contained in:
Jon Staab
2026-04-04 07:21:00 -07:00
commit b431711e1c
4 changed files with 112 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "flotilla-video-thumbnails",
"version": "1.0.0",
"description": "Microservice to generate video thumbnails for Flotilla",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.21.0",
"fluent-ffmpeg": "^2.1.3"
}
}