First commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user