{ "name": "open-video-stream", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon index.js" }, "author": "", "license": "ISC", "dependencies": { "cors": "^2.8.5", "express": "^4.17.1", "express-fileupload": "^1.2.0", "fluent-ffmpeg": "^2.1.2", "handbrake-js": "^5.0.2", "mongoose": "^5.11.8", "nodemon": "^2.0.6" } }