Animateit_server2 / package.json
Vedavyas1235
Deploying Studio Backend
74d06a9
Raw
History Blame Contribute Delete
438 Bytes
{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.6",
"express": "^5.2.1",
"ffmpeg-static": "^5.3.0",
"fluent-ffmpeg": "^2.1.3",
"multer": "^2.1.1",
"puppeteer": "^25.1.0",
"puppeteer-core": "^25.1.0"
}
}