26 lines
538 B
JSON
26 lines
538 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"axios": "^1.8.4",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2",
|
|
"express-fileupload": "^1.5.1",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"fs-extra": "^11.3.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"mysql2": "^3.13.0",
|
|
"nodemon": "^3.1.9",
|
|
"uuid": "^11.1.0"
|
|
}
|
|
}
|