21 lines
409 B
JSON
21 lines
409 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": {
|
||
|
"body-parser": "^1.20.3",
|
||
|
"cors": "^2.8.5",
|
||
|
"dotenv": "^16.4.5",
|
||
|
"express": "^4.20.0",
|
||
|
"express-session": "^1.18.0",
|
||
|
"socket.io": "^4.7.5"
|
||
|
}
|
||
|
}
|