video generation code completed
Showing
This diff is collapsed.
Click to expand it.
... | @@ -4,17 +4,19 @@ | ... | @@ -4,17 +4,19 @@ |
"description": "", | "description": "", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"start": "node index.js" | "start": "node index.js", | ||
"dev": "pm2 restart ../jobs.config.js" | |||
}, | }, | ||
"keywords": [], | "keywords": [], | ||
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"aws-sdk": "^2.1570.0", | |||
"axios": "^1.6.7", | "axios": "^1.6.7", | ||
"canvas": "^2.11.2", | "canvas": "^2.11.2", | ||
"express": "^4.18.3", | "express": "^4.18.3", | ||
"fluent-ffmpeg": "^2.1.2", | "fluent-ffmpeg": "^2.1.2", | ||
"mongoose": "^8.2.0", | "mongoose": "^8.2.1", | ||
"sharp": "^0.33.2" | "sharp": "^0.32.1" | ||
} | } | ||
} | } |
Please
register
or
sign in
to comment