Spaces:
Configuration error
Configuration error
File size: 580 Bytes
1b305e8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"name": "dee-video-studio",
"version": "1.0.0",
"description": "HyperFrames video production studio — testimonial, teaser & trailer generator",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"dependencies": {
"express": "^4.18.2",
"express-fileupload": "^1.4.3",
"cors": "^2.8.5",
"uuid": "^9.0.0",
"hyperframes": "latest",
"fluent-ffmpeg": "^2.1.3",
"archiver": "^6.0.1",
"dotenv": "^16.3.1",
"ws": "^8.16.0"
},
"engines": { "node": ">=20" }
}
|