package.json
530 Bytes
{
"name": "back-end",
"version": "1.0.0",
"description": "",
"main": "apiRouter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"ffmpeg": "0.0.4",
"fs": "0.0.1-security",
"node-fetch": "^2.6.0",
"opencv4nodejs": "^5.6.0",
"path": "^0.12.7",
"request": "^2.88.2",
"sync-request": "^6.1.0"
}
}