23 lines
442 B
JSON
23 lines
442 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.3",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.2",
|
|
"formidable": "^3.5.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"socket.io": "^4.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.9"
|
|
}
|
|
}
|